I was reading the exploring ES6 book, where at some point the author talks about the history of Javascript:
ECMAScript 4 was designed by Adobe, Mozilla, Opera, and Google and was a massive upgrade. Its planned feature sets included:
[...]
Evolutionary programming and scripting ([...],duck typing,[...])
But JavaScript does not enforce strong typing. So how can duck typing be implemented? Isn't duck typing already in the language?
Doesn't duck typing just mean not enforcing strong typing?