Source to learn scripting from basics to advance

Ankita Kolhe
Tera Contributor

Hi Community,

 

I have 5 years of experience in ServiceNow.

I want to revise scripting from basic to advance to expertise on the same.

 

Could someone please help with the best source to practice scripting ?

 

Thanks,

Ankita

3 REPLIES 3

Hitoshi Ozawa
Giga Sage
Giga Sage

Here in this develop forum. Replying to questions greatly advances your skills.

EDIT: I actually took most NowLearning courses available at that time, viewed YouTube videos, and read documentations but I really wasn't able to script in ServiceNow too well because there are many ServiceNow custom methods and tools.

What I found the most useful was replying to questions in the developer's forum. There are many people with high skills that offers better solutions than mine. Looking at their replies and comparing it with mine enabled me to improve my scripts. I've learning that it's not just about coding but on which ServiceNow features to use. I don't think there is any educational material that teaches about the most recent features beside these forums.

Amit Verma
Kilo Patron
Kilo Patron

Hi @Ankita Kolhe 

 

I assume that you want to revise JavaScript scripting. If yes, you can refer below YouTube series from Chuck and Earl https://youtu.be/62Nabpb94Jw?si=prB1IS3GXVQhZSn8

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

AndersBGS
Tera Patron
Tera Patron

Hi @Ankita Kolhe ,

 

To learn scripting / javascript on ServiceNow I could recommend three different pages:

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

 

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

JavaScript on the Now Platform enables you to create more complex logic and user experiences. This video series introduces you to the JavaScript language specifically tailored to its use in the Now Platform. Lab exercises in this series give you experience from basic syntax to flow control to ...