Learning to code | XM Community
Skip to main content

Hi all,
I'd like to start learning to code simple things like just adding an extra button or something. Do you have any suggestions as to where I can start learning? Any documents?
Thanks,
Mitra

w3schools has tutorials for JavaScript and jQuery. If you don't already understand html and css, you need to learn those first. You'll want to be able to use jQuery. So, the order is:
html->css->JavaScript->jQuery


Leave a Reply