This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("50b59cd75bed76f46522c35c"), | |
"student_id" : 1, | |
"class_id" : 16, | |
"scores" : [ | |
{ | |
"type" : "exam", | |
"score" : 80.6212442791788 | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function people(){ | |
console.log("Calls PM for taking action"); | |
let action = "save environment" | |
return primeMinister(action); | |
} | |
function primeMinister(action){ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function calloverFlow(){ | |
return calloverFlow(); | |
} |