Best way to learn about Custom Code | XM Community
Skip to main content

Best way to learn about Custom Code

  • August 25, 2022
  • 4 replies
  • 134 views

Forum|alt.badge.img

Hello!
What would people suggest as a good way to learn to do custom coding in JavaScript, please?
Any help much appreciated.
Sincerely,
Erin

4 replies

MichaelC
Administrator
Forum|alt.badge.img+40
  • Administrator
  • August 25, 2022

Hi there, ehodgess! Great question. I am going to tag TomG in your question -- I'm hoping he might have some good suggestions for you 😀


Forum|alt.badge.img
  • Author
  • August 25, 2022

Awesome, thank you!


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • August 25, 2022

There are five things you need to gain a basic understanding of. Here they are with some links to tutorials. You don't necessarily need to do the entire tutorials, but you need to understand the concepts.

  1. HTML - https://www.w3schools.com/html/default.asp

  2. CSS - https://www.w3schools.com/css/default.asp

  3. JavaScript - https://www.w3schools.com/js/default.asp

  4. jQuery - https://www.w3schools.com/jquery/default.asp

  5. Your browser developer tool's Inspect (Elements) and Console features.


MichaelC
Administrator
Forum|alt.badge.img+40
  • Administrator
  • August 25, 2022

Thanks so much, TomG! Appreciate your reply and suggestions here! We may find a way to promote your suggestions more broadly on the Community, as I'm sure others are looking for resources as well!