We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1098b commit ec2448cCopy full SHA for ec2448c
Boolen.js
@@ -27,7 +27,7 @@ returning value as truthy or falsy*/
27
28
// the truthy values
29
// everything after the falsy value is considered to be the truthy value
30
- let name= "sagar";
+ export let name= "sagar";
31
if(name){
32
console.log("name exits");
33
}
0 commit comments