ServiceNow playground Series.
by Rohan
0
Articles
0
Tutorials
0
Total Reads
01
class RohanAditya
{
02
initialize() {
03
this.role = 'ServiceNow Platform Developer';
04
this.specialization =
'CSA, CAD, CIS-ITSM';
05
}
06
}