Bootcamp Notes – Day 9 (Thur) – Bootstrap: JavaScript Fundamentals – Making Decisions

JavaScript Fundamentals – Making Decisions If Else Statements An if statement simply says if some condition is truthy then do We will use the example if dog sits then he will get a Syntax The syntax is: if…