CS 105L: Introduction to Computer Programming using JavaScript
Department of Computer Science University of New Mexico |
w3schools.com: HTML 5 Tutorial | |
w3schools.com: JavaScript Tutorial | |
w3schools.com: CSS Tutorial | |
p5 (Processing Libraries) Reference and API documentation |
Google Chrome Browser In this class, we will be writing JavaScript and HTML5 programs. Different browsers support slightly different features of JavaScript and HTML5. Also different browsers format sliders, tables and other widgets differently. Your work will be graded using the Google Chrome browser. Therefore, if your program does not run correctly in Chrome, then it will be marked down. | |
WebStorm: JavaScript Integrated Development Environment (IDE) Note: with your UNM e-mail, you can get a free student license. |
if (checkboxPause.checked) return;
draw()
function. However, if you have a program with sliders
with labels that display the slider value, then you will likely want to read the slider values
and update the slider labels before returning if paused.