강의

멘토링

커뮤니티

Inflearn Community Q&A

sh222's profile image
sh222

asked

Introduction to Javascript Algorithm Problem Solving (Coding Test Preparation)

7. 10 subtitles

for문 말고 for of문 쓰시는 이유가 있나요?

Written on

·

326

0

저는 for문이 더 익숙해서 for문을 주로 쓰는데

for of문을 쓰는게 더 나은가 해서요

javascript코테 준비 같이 해요!

Answer 1

2

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

별다른 이유는 없습니다. 그냥 편한 것 쓰시면 됩니다.

sh222's profile image
sh222

asked

Ask a question