This website requires JavaScript.
Explore
Help
Sign In
t1meshift
/
js
mirror of
https://github.com/t1meshift/js.git
Watch
1
Star
0
Fork
You've already forked js
0
Code
Issues
Releases
Wiki
Activity
897207a11d
js
/
tests
/
todos
/
t
/
obj_literals.js
5 lines
79 B
JavaScript
Raw
Blame
History
// Object literals?
let
a
=
{
a
:
4
,
b
:
4
}
;
let
k
=
{
"a444"
:
444
,
'b555'
:
555
}
;
Reference in New Issue
View Git Blame
Copy Permalink