The CreatorCon Call for Content is officially open! Get started here.

How to be efficient in scripting?

Apaul
Tera Contributor

Can anyone please guide me to make myself efficient on ServiceNow Scripting? Please give me a set of questions through which I can brush up my basics and make snow scripting with ease. 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Apaul 

 

Scripting is a skill best learned through hands-on practice rather than just focusing on theory. ServiceNow provides multiple resources to support your learning.

As a trainer, here are the key resources I recommend:

  1. ServiceNow Developer Site – This is my go-to resource. It offers hands-on exercises and practical examples.

  2. Hacktoberfest (currently ongoing) – A great opportunity to participate in real-world challenges and contribute to the community.

  3. Now Learning – Scripting Courses – Explore dedicated scripting courses that build your skills from foundational to advanced levels.

  4. ServiceNow Community – One of the most valuable and free resources. Every day, community members post questions, requests, and custom script challenges. Try to answer these, follow the correct solutions, and learn from them. It's one of the fastest and most effective ways to improve your scripting skills.

 

My experience of learning to master JavaScript , specially for ServiceNow, was from two Courses. The first and my foremost favorite in terms of learning JavaScript was from  @Chuck Tomasi. It was fun to exercise with a PDI and follow the videos at your pace.
https://www.youtube.com/watch?v=62Nabpb94Jw&list=PL3rNcyAiDYK2_87aRvXEmAyD8M9DARVGK  

https://developer.servicenow.com/dev.do#!/learn/learning-plans/zurich/servicenow_application_develop...

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/zurich/servicenow_application_develop...

 

https://www.youtube.com/playlist?list=PLi0Ik1xCDEbK5BJme5YSGZASvl0nkaFHn

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

anurampalli
Tera Contributor

Hi @Apaul 

ServiceNow university has a scripting course one each for fundamentals and advanced.

And you can do some real life projects on your pdi. 

M Iftikhar
Giga Sage

The foundation of everything in ServiceNow is core JavaScript, so if you want to improve and become more proficient at it, start by becoming familiar with it.

This JavaScript course on Codecademy is excellent for laying a solid foundation. You can check it out:
https://www.codecademy.com/learn/introduction-to-javascript

Once you’re confident with that, move to some ServiceNow-specific scripting tutorials. These YouTube playlists are great:

And don’t miss the official “Scripting in ServiceNow Fundamentals” course from ServiceNow University:
https://learning.servicenow.com/lxp?id=learning_course_prev&course_id=7bddeb9647ac92182a090dcbd36d43...

 

Hope this helps!

If my response helped, please mark it as the accepted solution so others can benefit as well.

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

What is javascript? JavaScript is a popular programming language which is used for web development and change the behavior of the pages. It is an interpreted...