Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Last active February 13, 2024 07:49
Show Gist options
  • Save taniarascia/8fe7ec33af40946bc6e4ba4536fc1600 to your computer and use it in GitHub Desktop.
Save taniarascia/8fe7ec33af40946bc6e4ba4536fc1600 to your computer and use it in GitHub Desktop.
Useful random stuff
# open all files named package.json within a directory
find . -name package.json -exec code {} +
# don't open or jump anywhere
<a href="#!">
# get an object from console
> store as a global variable
JSON.stringify(temp1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment