Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 233 Bytes

JS.md

File metadata and controls

7 lines (7 loc) · 233 Bytes
if (typeof myVar === 'string' || myVar instanceof String)
// it's a string
else
// it's something else