Hi Ravi, Thanks you for you're classes I have 1 issues var x ="The quick brown fox jumps over the lazy dog"; var y =x.split(''); gs.print(y); I am trying to split as you mentioned its splitting the words but I am getting below output *** Script: T,h,e, ,q,u,i,c,k, ,b,r,o,w,n, ,f,o,x, ,j,u,m,p,s, ,o,v,e,r, ,t,h,e, ,l,a,z,y, ,d,o,g
Good content for ServiceNow developer
Thanks 🙏
Perfect Ravi thank you very much
Really helpful, waiting for another video in this series.
Tomorrow
Very Informative Video Ravi😊Thank you for sharing
Thanks kusum … 😀
Hi Ravi can you tell me what type of project management tool to use for service now projects
Thanx sir, and if possible for you that 2 videos in a week .
Yes from the next week .. this week is vacation for me
square bracket, array is written within square bracket.
Hi Ravi good afternoon
What type of project management tool will be used in servicenow projects
JIRA or like
Servicenow use its own agile board
Hi ravi. I would like to get trained in servicenow. Thank you v much
Thanks ping me personally from LinkedIn or contact from whatsapp group
Can we print multiple positions in array? Suppose n[0],n[1],n[2]
Yes we can arr[0] like this you can print
Hi Ravi great content. How to contact you?
Hello.. Mounica
We already spoke
The whatsapp group seems not to exist
chat.whatsapp.com/EeYpJt9hZfB0PauzYF5KL3
Hi Ravi, Thanks you for you're classes I have 1 issues
var x ="The quick brown fox jumps over the lazy dog";
var y =x.split('');
gs.print(y);
I am trying to split as you mentioned its splitting the words but I am getting below output
*** Script: T,h,e, ,q,u,i,c,k, ,b,r,o,w,n, ,f,o,x, ,j,u,m,p,s, ,o,v,e,r, ,t,h,e, ,l,a,z,y, ,d,o,g
Yes split will give you , after every words and its the expected behaviour because you are not spliting word you are trying to split spaces