Knowledge Walls
Ammu
Hyderabad, Andhra Pradesh, India
Passcode:
String vs boolean in JQuery of JQuery
1462 Views
boolean confirmAssignee = false;
if (confirmAssignee===true)
{
console.log("true");
}else{
console.log("false");
}

var string = "true";
if (string=="true")
{
console.log("true");
}else{
console.log("false");
}
Previous Topics
Previous lessons of current book.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
Best Lessons of "JQuery"
Top lessons which are viewed more times.
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
JQuery of JQuery
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details