Programming Concepts

Programming foundations

These are the foundations of all programming. While the syntax of programming languages may be different, they all use the same foundations.

Variables
Variables allow programs to remember information while they run.

Examples

Simple Javascript calculator
A simple HTML/JavaScript calculator, demonstrating some basic programming concepts.
  • Welcome to Jekyll!

    You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.