js/tests/todos/t/obj_literals.js

5 lines
79 B
JavaScript

// Object literals?
let a = {a: 4, b: 4};
let k = {"a444": 444, 'b555': 555};