Skip to content

Instantly share code, notes, and snippets.

@ilio
Last active September 28, 2017 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilio/29bb283a61e37be00ca2a35507963546 to your computer and use it in GitHub Desktop.
Save ilio/29bb283a61e37be00ca2a35507963546 to your computer and use it in GitHub Desktop.
js/es6 snippets
console.log('%c yellow text %c red text %c green text', 'color: yellow', 'color: red', 'color:green', 'regular text')
'1234567'.slice(0, -3) // => "1234"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment