"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > Dayf DaysOfJavaScript

Dayf DaysOfJavaScript

Published on 2024-08-01
Browse:664

Dayf DaysOfJavaScript

Lately there are many sudden rain...

What I did

  • Continue watching video. Learn JavaScript

What I learned

  • Nested arrays
  • for and while loop
for (var i = 0; i  0; i -= 2 ) {
  console.log(i); // 8, 6, 4, 2
}

  • nested for loop I have frequently used this when I conducted graduation study.
  • Random (Math.random, Math.floor)
Release Statement This article is reproduced at: https://dev.to/koichiarai/day6-of-100daysofjavascript-440o?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3