This is the final project in the Programming with JavaScript course in Meta Front-End Developer professional certificate course on Coursera.
- Core programming syntax of JavaScript
- Debugging
- Test-driven development (TDD) principle.
- Functional programming paradigm.
Click the GitHub Pages provided link. When you are redirected to the web page, click the f12
button to open the Developer Tools. After that, open the console
button to test and view every output.
Alternatively, you can download the source code from this repo in our local machine. Enter (cd
) into the directory where the files has been downloaded and open the index.html
file in your favorite browser. After the page has loaded, you will see but welcome note and how to open your Dev(eloper) Tools in your browser (which is by pressing the f12
button). The Dev Tools could also be opened by pressing Ctrl+shft+I
(in Windows) or Cmd+shft+I
keys in Mac.
When the Dev Tools is open, click the console
button found on top of the tools' window.