Jul 11, 2020 - 0 minutes read
// comment ...
var x = 21;
if(typeof x === "number"){
console.log(this, x);
}
var obj = {
prop1 : function(){
return "prop1";
},
prop2 : 1203
}a list of tasks with inputs
Previous post: 🔖 This is post number 2