What is the difference between author-time and run-time in JavaScript? I am reading the YDKJS series and the author keeps mentioning author-time and it sounds like to me that author time is when the code is being written but I was hoping someone could clarify it a little more for me.
Context: this is not an author-time binding but a runtime binding. (From YDKJ this & Object Prototypes)
Author-time means - it's decided when you write the code (and compile it)... This is basically target our lexical scope Run-time means it's decided during execution. This basically target to Dynamic scope .
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