Skip to content

Instantly share code, notes, and snippets.

@seokju-na
Created May 3, 2019 23:41
Show Gist options
  • Save seokju-na/4f9b6db0081123c2dcb62da83b0198ca to your computer and use it in GitHub Desktop.
Save seokju-na/4f9b6db0081123c2dcb62da83b0198ca to your computer and use it in GitHub Desktop.
const obj = { a: 'b' };
const num = '123';
obj.toString();
num.toString(); // ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment