For those of us who don’t code in Javascript, is there a good book that’s well-suited for Workers?
Should it be a proper book? If there is no background in JavaScript at all I’d probably start with an online introduction to cover the language basics and go on from there.
Online resources are fine with me…but like books, there are so many!
True
So, how far does your background in JavaScript go? None at all or certain basics?
I’d imagine Introduction - JavaScript | MDN to be a somewhat good source, but it might cover too much of the basics. I always love how the explain the same for and while loops over and over again when you get to know a new language
That one looks to be my speed. That should help give me a foundation to do basic stuff and decipher what’s going on in posted Workers scripts. Thanks!