{
function atomBombCode(activate)
{
if(activate===true)
return null
function theft()
{
var laptop = {
secret: "encryptedSecretsHere",
password: function(pass) {if(pass==="Fluffykins21") return "un" + secret}
}
errorBob = bob
sovietThief = laptop
return sovietThief
}
var americanSpy = sovietThief
var happyTheClown = laptop
return [laptop,theft(),americanSpy, sovietThief]
}
var thatBritishDude = americanSpy
var bobbyNugs = atomBombCode(true)[1]
var monsieurSam = atomBombCode(false)[0]
var ivanTheTerrible = theft()
var falsyFakeFriend = atomBombCode(false)[1]
var theAmerican = atomBombCode(true)[2]
var theMartian = atombombCode(false)[4]
var uSSR = falsyFakeFriend
var whatsTheSecret = undefined
return whatsTheSecret
}