...

/

History of Programming and JavaScript

History of Programming and JavaScript

Learn about the history of programming and JavaScript.

A brief history of programming

The earliest computers were programmed using punched cards to represent a binary number system, the number system that computers use. The binary system is made up entirely of 11s and 00s that loosely translate to “on” and “off.” On the cards, a hole represented 11 and no hole 00 . After this, people started to develop languages that could be used to “speak” to the computer.

Press + to interact
Early computers used punched tape to store data
Early computers used punched tape to store data

The first computer programs were written in machine code and assembly language. These are low-level programming languages that are closely associated with a computer’s hardware. This means they can be difficult languages to program in ...