나만의 개발노트

[JS프로젝트] 1. 배경색상 랜덤하게 만들기 _ 230419(수) 본문

[실습]/[실습] 프론트엔드

[JS프로젝트] 1. 배경색상 랜덤하게 만들기 _ 230419(수)

노트포미 2023. 4. 19. 23:49

[필요한 개념]

  1. arrayshttps://itnote-for-me.tistory.com/14
  2. document.getElementById()
    https://itnote-for-me.tistory.com/15
  3. document.querySelector()
    https://itnote-for-me.tistory.com/16
  4. addEventListener()
    https://itnote-for-me.tistory.com/17
  5. document.body.style.backgroundColor
  6. Math.floor()
  7. Math.random()
  8. array.length


[참고]

https://www.freecodecamp.org/news/javascript-projects-for-beginners/#how-to-create-a-color-flipper


프로젝트 참고

https://www.freecodecamp.org/news/javascript-projects-for-beginners/#how-to-create-a-review-carousel

 

40 JavaScript Projects for Beginners – Easy Ideas to Get Started Coding JS

The best way to learn a new programming language is to build projects. I have created a list of 40 beginner friendly project tutorials in Vanilla JavaScript, React, and TypeScript. My advice for tutorials would be to watch the video, build the project, bre

www.freecodecamp.org