Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: space

...

Code Block
languagejavascript
themeConfluence
e = a.put(b);
// a = {"colors" : "many",
//      "pi" : [3,1,4,1,5,6,9]
//      "flop" : 12
//     };

values()

The values() operator returns the values of the map to which it is applied. Without an argument, the values at the top level of the map are returned. The operator also accepts a hash path argument. For example:

...