7 lines
98 B
Plaintext
Raw Normal View History

jjs> var x = Object.create(null);
jjs> x;
jjs> print('PASSED');
PASSED
jjs> exit(0)
exit code = 0