🔥 Four new JavaScript String methods you should know about: .startsWith(), .endsWith(), .includes() and .repeat()
🔥 Wrap curly brackets around your console.log arguments to see the variable name when logged. This takes advantage of ES6 shorthand syntax
🔥 Figure out which part of your JS is applying inline styles / classes with a "break on attribute modifications" breakpoint in dev tools