Skip to content

Commit ec2448c

Browse files
committed
ok
1 parent ca1098b commit ec2448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Boolen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ returning value as truthy or falsy*/
2727

2828
// the truthy values
2929
// everything after the falsy value is considered to be the truthy value
30-
let name= "sagar";
30+
export let name= "sagar";
3131
if(name){
3232
console.log("name exits");
3333
}

0 commit comments

Comments
 (0)