ex16-calculator.html
"OIM3690: GitHub settings"
if( ){...} else if( ){...} else {...}
10 + 10 + "25"
age
21
if (age >= 13){ console.log("teenager"); } else if(age >= 18){ console.log("adult"); } else{ console.log("kid"); }
<p>
"Hello, world!"
<p id="demo">This is a demonstration.</p>
ex14.html
ex15.html
--- # Fun Time - [r/ProgrammerHumor](https://www.reddit.com/r/ProgrammerHumor/comments/j9is2o/i_want_to_contribute_to_this_project/) - xkcd: [Tasks](https://xkcd.com/1425/)