screep/test.js

3 lines
39 B
JavaScript
Raw Normal View History

a= undefined || {a:'a'}
2020-10-23 20:55:20 +08:00
console.log(a)