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