Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
themeConfluence
c = [3, 4, 5];
b = c.head() // cb = 3

index()

The index() operator returns the index in the array of the first item that matches its argument

...