Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.28 KB

Object Oriented Programming in Javascript - FCC[Ottawa] workshop resources

Head to this website for examples on the topics we will be covering in tonight's workshop:

🔗 https://fccottawa.github.io/oop-workshop/

Run the examples in script.js, edit and experiment with the code. 🔧

Keep this site open during the workshop so you can refer to the examples. 🔍

How to find script.js and open the console

  1. Click on the files icon:

files

  1. Select script.js:

script

  1. Click on the console tab to view output:

console

  1. Click run to run the code:

run

  1. Adjust the height of the console/code if necessary:

adjust