Skip to content

Instantly share code, notes, and snippets.

@chrdek
Last active November 25, 2018 10:46
Show Gist options
  • Select an option

  • Save chrdek/9a5ee7c5f8473667ef6698635f1eb781 to your computer and use it in GitHub Desktop.

Select an option

Save chrdek/9a5ee7c5f8473667ef6698635f1eb781 to your computer and use it in GitHub Desktop.
Get the length of string without standard .length prop..
//String length without using .length
Number(Object.keys([..."teststringhere"]).pop())+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment