Advertisement
12311k

Untitled

May 5th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let employee = {
  2. firstName: 'Василий',
  3. secondName: 'Тёркин',
  4. age: 28,
  5. }
  6.  
  7. console.log(employee);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement