Why was “The Good Parts” designed as a language subset in JavaScript?
Why was “The Good Parts” designed as a language subset in JavaScript? Correct Answer To improve programmer productivity
The Good Parts is a language subset designed for aesthetic reasons and with a desire to improve programmer productivity. There is a larger class of subsets that have been designed for the purpose of safely running untrusted JavaScript in a secure container or “sandbox”.