Patch infotech
// let a= true;
// setTimeout(()=>{
// a=false;
// },2000)
// while(true){
// console.log(' — inside while —')
// }
// var a=5
// console.log(a++)//5
// console.log(a)//6
// const foo = () => {
// console.log(this.name)
// }
// foo.call({ name:'John'})
console.log(a)
console.log(b)
var a=b=5;
Comments
Post a Comment