x-posted from stack overflow

From: Peter (BOUGHTONP) 1 Nov 2018 22:39
To: Chris (CHRISSS) 11 of 12
It's the thick paste you use on walls to smooth over cracks.

PolyfillaMPinterior.jpg

It's also when you re-implement native functionality from newer browsers in JavaScript for the benefit of older browsers - see for example the Array.prototype.map polyfill.

EDITED: 1 Nov 2018 23:00 by BOUGHTONP
From: Peter (BOUGHTONP) 1 Nov 2018 22:59
To: CHYRON (DSMITHHFX) 12 of 12
> Explanations are sparse

I prefer the term concise - no need to dredge through unnecessary waffle to figure out what something does.


> useful examples rare

Possibly. On most sites I tend towards going straight to the examples because the explanations are waffle, but don't need to with MDN.


> there's an assumption of underlying familiarity

That'll be because it's mostly a reference.

There is a JavaScript Guide which appears very comprehensive, but looking at a few pages it does a horrific job of explaining stuff and has some terrible examples, so, yeah... that sucks. :/

EDITED: 1 Nov 2018 23:01 by BOUGHTONP