Programming Languages

A programming language is a set of commands, instructions, and other syntax use to create a software program. Languages that programmers use to write code are called “high-level languages.” This code can be compiled into a “low-level language,” which is recognized directly by the computer hardware.

Udacity – Javascript – Lesson 3

Conditionals (1) Intro to Conditionals (2) Quiz: Flowcharts (3) Flowchart to Code & (4) If…Else Statements Flowchart to code can be done through if-else statements. If we want to determine if we have enough money to buy an object we can translate that into an if else statement through code. We’ll create two variables, the price of the […]

Udacity – Javascript – Lesson 3 Read More »

Udacity – Javascript – Lesson 1

https://www.udacity.com/course/intro-to-javascript–ud803 (1) Intro to JavaScript and (2) History of JavaScript Brenden Eich created Javascript back in 1995 in only 10 days while he was working on Netscape Navigator (Web browser). Java and Javascript have nothing to do with each other. The naming convention was used to piggyback off the popularity of Java. (3) The JavaScript Console Open JavaScript Console by

Udacity – Javascript – Lesson 1 Read More »

Scroll to Top