Skip to content

Commit 0f61272

Browse files
Added yoda and iife
Signed-off-by: Moulik Aggarwal <[email protected]>
1 parent fd1c11f commit 0f61272

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,13 @@ function callHiEveryMinutes(x){
6161
let result = isFooAvailable({
6262
'bar': 'bar',
6363
'z': 'z'
64-
})
64+
})
65+
66+
(function(){ }(), 0);
67+
68+
function checkYoda(){
69+
let yoda = true;
70+
if(true == yoda){
71+
console.log("I am yoda")
72+
}
73+
}

0 commit comments

Comments
 (0)