- do this
- Do that
- repeat then escape
- ()
This file contains hidden or 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
{"version":1,"resource":"file:///Users/threejjjs/Scanlab/monorepo/js/pictureRoom/package.json","entries":[{"id":"jNuu.json","timestamp":1660818247087}]} |
This file contains hidden or 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 truthify (scope, child) { | |
var obj = scope; | |
// set param to true on selectee | |
obj[child] = true; | |
for (var el in obj) { | |
// if obj is set to true && not equal to who |