@@richardbray it'd be great if you explained the good practices to follow when writing javascript, like why should we use non destructive object and array methods (in a way, why mutating objects and arrays are considered bad) Introduce the lesser known new additions to javascript that make using custom libraries less desirable (such as jQuery, in my course I was taught jQuery and later on I learnt much of it is now natively possible in react) And if you chose react as your preferred way to write javascript, explain why react only has 1 way data binding while every other framework has 2 way, and how to implement redux
You explained it very good, I was initially confused about that but didn't look into it much, you saying bom loads before dom clears up a few doubts
I'm glad that cleared things up. If you have any other questions or suggestions please let me know
@@richardbray it'd be great if you explained the good practices to follow when writing javascript, like why should we use non destructive object and array methods (in a way, why mutating objects and arrays are considered bad)
Introduce the lesser known new additions to javascript that make using custom libraries less desirable (such as jQuery, in my course I was taught jQuery and later on I learnt much of it is now natively possible in react)
And if you chose react as your preferred way to write javascript, explain why react only has 1 way data binding while every other framework has 2 way, and how to implement redux