Journaling
Introduction to Programming Languages and Environments, and Examples
Free Online Javascript Programming Resources
https://pythontutor.com/javascript.html
Sample Programs:
Introduction to Programming with Javascript Using a Webpage
ICE2023.html with graphics!
ICEGraphics2023.html
Learning About APIs
Adding Functionality
Javascript Reserved Words, Syntax, and Grammar
https://www.w3schools.com/js/js_reserved.asp
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar
https://www.w3schools.com/js/js_syntax.asp
Javascript Visualizer
https://pythontutor.com/javascript.html#mode=edit
Variables: numeric, string, image, webpage, and list
var peopleCount = 32;
var piApproximation = 3.14159265;
var name = "Raisa";
var pic = "smile.gif";
var page = document;
var list = [0, 2, 4, 6, 8];
Introduce the Exploring Connections to CS (EC2CS) Conditionals activity and complete the ‘front’ side – to be continued tomorrow
Bookmark + vocabulary + reflection questions