This site will be updated live during the sessions
001if(x)// if x exists 002{ 003 console.log(x); 004} 005 006let x = 5;