Basic Programing with Javascript
Welcome to the OakFrame Interactive Basic Programming with Javascript course.
This course is provided through an interactive javascript notebook, powered by Scraps-JS, our open-source library. Each Scrap (or code cell), can be run independently.
Let's start by running our first Javascript Scrap.
Javascript is a language designed to augment your HTML. This is not the only application for Javascript, as resources like NodeJS have made Javascript available outside of the browser, but we will be covering that later.