Skip to content

Instantly share code, notes, and snippets.

View danielpqe's full-sized avatar
🏠
Working from home

Daniel Paul Quispe Espinoza danielpqe

🏠
Working from home
View GitHub Profile

GIST

What it is? 🤔

Gist is like a repository for small pieces of data, it provides a more lightweight way of utilizing GitHub’s versioning features.

How can I create one?

Go to plus icon on the top-right corner in your Github account then click in New Gist

What is useful for?

It is a handy way to take notes, share data, mini blog, as a block ...

{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,