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
'Number', 'String', 'Boolean' types refer to non-primitive boxed objects that are almost never used appropriately in javascript. Replace @types {Number} with @types {number}
The text was updated successfully, but these errors were encountered:
'Number', 'String', 'Boolean' types refer to non-primitive boxed objects that are almost never used appropriately in javascript. Replace
@types {Number}
with@types {number}
The text was updated successfully, but these errors were encountered: