AnanyaAsudani / Week2CSP

MIT License
0 stars 0 forks source link

Web Programming Basics | CompSci Blogs #4

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

Web Programming Basics | CompSci Blogs

Web Programming Basics

https://ananyaasudani.github.io/Week2CSP/basics/home

AnanyaAsudani commented 11 months ago

Test

AnanyaAsudani commented 11 months ago

Explain how to toggle -Arnav

tarunja1ks commented 11 months ago

It seems to be pretty good so far but I would recommend for the HTML to make the test button output something more applicable to a real world application and make it named something else. For the datatypes it seems to output everything very well and follow all guidelines but to improve it I would recommend displaying the output on the page somehow. For the Javascript code, I would recommend when pressing the compare number buttons that the output apart from showing the comparison which it already does, displays the actual numbers. For example, instead of “number 1 is greater than number 2”. You can output, “17 is greater than 15” if number 1 is 17 and number 2 is 15.