# Comments ## Start with uppercase letter and end with a period ```jsx // This is a comment that will help you understand what is happening in the // code below. const someFunction = () => null; ```