Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

keys function:

Get the list of keys from an object.

Examples:

  • running: (keys {"key-1": 1, "key-2": false}) will give: ["key-1", "key-2"]

  • running: (keys [1, 2, 4]) will return nothing