You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are a ServiceNow developer, tasked with the refactoring of an old piece of code. Knowing that ServiceNow supports arrow functions, convert the pice of code below from a regular JavaScript function to an arrow function.
2
+
Here is an example you can follow:
3
+
4
+
var functionName = () => gs.info('This is an arrow function');
0 commit comments