728x90
반응형

Kinds of Loops

  • for - loops through a block of code a number of times
  • for/in - loops through the properties of an object
  • for/of - loops through the values of an iterable object
  • while - loops through a block of code while a specified condition is true
  • do/while - also loops through a block of code while a specified condition is true

 

728x90
반응형

'JAVASCRIPT' 카테고리의 다른 글

20241202_1 JavaScript Regular Expressions  (14) 2024.12.02
20241128_1 Type Conversion  (0) 2024.11.28
20241122_3 Comparison  (4) 2024.11.22
20241122_2 Math Object  (0) 2024.11.22
20241122_1 Date Objects  (0) 2024.11.22

+ Recent posts