Javascript in CS559
Programming assignments in CS559 will use the Javascript programming language. We will help you learn Javascript, if you aren’t already familiar with it.
Read more…Programming assignments in CS559 will use the Javascript programming language. We will help you learn Javascript, if you aren’t already familiar with it.
Read more…We recommend using Visual Studio Code (VSCode) for doing the programming assignments in CS559.
You will need to use some text editor for editing JavaScript programs and web pages (e.g., html and css files).
It is worth investing your time in learning to use good tools (like VSCode).
Read more…JavaScript does not require you to declare the types of your variables, function arguments, objects, object properties, or much of anything. However, if you give it some hints as to what you expect (as comments in your code), you can help a reader understand your program, and software tools find mistakes.
This page describes some programming practices that are recommended for CS559.
Read more…You are not required to purchase books for this class.
All required readings will be provided online. Some of the readings are provided under academic fair use, and are only for students in the class. For this reason, they will be provided via the course Canvas page.
Read more…Here is a brief overview of what the class is and how it works. You may also want to see the Getting Started page.
Read more…