This repository holds in class examples and starting code for each lecture. Some lectures include all the notes some are just a starting point (some HTML and images). Often in class I will ask you to ...
console.log(myCar.startsWith("S")) // false : not start with S console.log(myCar.startsWith("V")) // true : start with V console.log(myCar.endsWith("k")) // false ...