shrey183 / Symbolic-Calculator

This is an ongoing project to create a symbolic calculator.
MIT License
2 stars 10 forks source link

Document JavaScript code on the HTML page(s) #11

Closed shrey183 closed 5 years ago

shrey183 commented 5 years ago

Follow the standard suggested on the following page: https://milmazz.uno/article/2014/08/27/how-to-document-your-javascript-code/

There are multiple html pages, so you could work on one or multiple pages.

mattk410 commented 5 years ago

Hi @shrey183, In addition to documenting the JS code, how would you feel about separating it into .js files to separate it from the HTML? It is considered good practice to stick to one language per file whenever possible.