JSFiddle - React, Tailwind, and code Playground
JavaScript
function test(){
/* var x = 100 */
/* return x */
/* this.x = 100 */ //---scoping questions
/* x = 100 */ //---hoisting question
//prototypical inheritance
}
var Test = new test();
/* console.log(Test);
console.log(Test.x); */
console.log(x);
/* A B Css */
/* div p div > p div , p */
/* IMDB crash */