Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 5, 2018 09:46
Show Gist options
  • Save daiki44/ee96297dcb3492289d55bd71ef3648d9 to your computer and use it in GitHub Desktop.
Save daiki44/ee96297dcb3492289d55bd71ef3648d9 to your computer and use it in GitHub Desktop.
【保存版】Node.js の String オブジェクトをちゃんと使いこなす ref: https://daiki-sekiguchi.com/2018/09/05/nodejs-what-is-string-object/
const str = 'stringExample';
// return strin
console.log(str.slice(0, 5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment