Comments
Start with uppercase letter and end with a period
// This is a comment that will help you understand what is happening in the
// code below.
const someFunction = () => null;
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
// This is a comment that will help you understand what is happening in the
// code below.
const someFunction = () => null;