SLIDE 1
Intro to JavaScript
CS 115 Computing for the Socio-Techno Web Instructor: Brian Brubach
Intro to JavaScript CS 115 Computing for the Socio-Techno Web - - PowerPoint PPT Presentation
Intro to JavaScript CS 115 Computing for the Socio-Techno Web Instructor: Brian Brubach Announcements Assignment 3 posted, due next Monday night My office hours 2-3pm today Andrea office 3-6pm today Project teams Please add
CS 115 Computing for the Socio-Techno Web Instructor: Brian Brubach
identical)
in a web browser
<script> "use strict"; /* Some JavaScript code */ </script>
will then be running)
slowly
𝑦
𝑦
method
http://cs.wellesley.edu/~cs115/readings/JSProgramming.html
var temperature; let area;
equivalent: x = 1; y = 2; x = 1 y = 2
/* The following is a comment that spans several lines */