Be careful trying to placate the ESlint machine. Global functions and global constructor methods of the same name are not guaranteed to produce the same result.
Tag Archives: JavaScript
Ways to Annotate JSON files (e.g. package.json)
Unfortunatley you cannot write comments in JSON files. Here are a couple of workarounds for commenting in JSON files.
My JavaScript Tree Tools Package Released
My new package releasd today to github and npm `@lukeaus/plain-tree` to help you construct, search and manage JavaScript trees and nodes.
Top 10 JavaScript Podcasts
My top 10 JavaScript podcasts from 1 to 10!
Netlify Dev – Deploying Functions
Trying to deploy functions using Netlify Dev? Here is a guide to get started and deploy a function in Netlify Dev in minutes.
Type Checking In JavaScript Is Tricky
Type checking is tricky in JavaScript. type === ‘string’ may one day trip you up.