Today I Learned - Rocky Kev

Tagged “linter”

  1. TIL brackets breaking elements in JavaScript

    The 'automatic semicolon insertion' it does is an error correction process

  2. TIL trailing commas in Javascript

    JavaScript has allowed trailing commas in array literals since the beginning, and later added them to object literals, and more recently, to function parameters and to named imports and named exports.

See all tags.