ServiceNow playground Series.
by Rohan
0
Articles
0
Tutorials
0
Total Reads
01
class RohanAditya
{
02
constructor() {
03
this.role = 'ServiceNow Platform Developer';
04
this.company = 'Kaptius';
05
this.specialization =
'CSA, CAD, CIS-ITSM';
06
this.mindset = 'Automate. Optimize. Scale.';
07
}
08
}