Menu

Rocket Launch with JS

Rocket Launch with JS - image 1 - student project

Built a rocket launch sequence using JavaScript; it was difficult as I kept getting syntax errors, undefined errors, etc., but I finally figured it out.

 

Through this project, I experienced the sensitivity of JavaScript compared to HTML and CSS, which is less sensitive, as simply omitting a semicolon can stop the entire code from working.

 

"If statements" are confusing as they contain many nested functions in functions, it is overwhelming, but it shows how logical you can get while coding in JavaScript.

 

Overall, I enjoyed the challenge and I know it requires more and steady learning to fully get a hold of javascript