Advertisement
neo7bf

headaches

Feb 5th, 2022 (edited)
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Do you say me why this code not compile ?
  2. Try to test here: https://www.programiz.com/javascript/online-compiler/
  3.  
  4. function todoSomething() {
  5.     return
  6.                  {
  7.                   "values": [
  8.                     {
  9.                       "userEnteredValue": {
  10.                         "stringValue": "Hello World"
  11.                       }
  12.                     }
  13.                   ]
  14.                 };
  15. }
  16.    
  17. console.log(todoSomething().values[0].userEnteredValue.stringValue);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement