Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove claim about semicolons from docs #12944

Merged
merged 1 commit into from Feb 25, 2020

Commits on Feb 20, 2020

  1. Docs: Remove claim about semicolons from docs

    The documentation claimed that JS is unique among
    C-like languages in having optional semicolons at
    the end of statements. This is not true, as Go (Golang)
    also has optional semicolons and is C-like.
    
    This didn't seem terribly important, so rather than
    go on a tangent about what languages do or don't require
    semicolons, I just removed the claim.
    Luke-Sikina committed Feb 20, 2020
    Copy the full SHA
    a8d8376 View commit details
    Browse the repository at this point in the history