I often see the terms explicitly & implicitly used in JavaScript and I'm still not sure I know what they mean i.e the following text from the MDC site describing the object model.
The constructor function explicitly sets the value of the projects property, and implicitly sets the value of the internal
__proto__
property to the value ofWorkerBee.prototype
...
[source]
"Implicitly" means that the JS engine does it. "Explicitly" means that you must do it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With