HTML/CSSJavaScriptPythonWeb VRBlog
X
HTML/CSSJavaScriptPythonWeb VRBlog
Lesson #1

What is JavaScript?

Get an overview of what JavaScript is, where its used, and what you can build with it.

Lesson #2

Numbers

Numbers are essential to working with JavaScript! Learn how to do common math operations as well as some new ones.

Lesson #3

Variables

Learn how to store, modify, and re-use values in your codebase to write cleaner, more expressive code.

Lesson #4

Strings

Lesson #5

Booleans and Logic

Lesson #6

Functions