This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

My First Web Page

Activate debugging in your browser (Chrome, IE, Firefox) with F12, and select "Console" in the debugger menu.

a = 5;
b = 6;
c = a + b;
console.log(c);