Skip to content

Instantly share code, notes, and snippets.

View varunthefalcon's full-sized avatar
🍗
( ▀ ͜͞ʖ▀)

Varun varunthefalcon

🍗
( ▀ ͜͞ʖ▀)
View GitHub Profile
const students = [
{
name: "5student",
id: 5,
class: 6,
attendance: false,
report: { math: 99, physics: 23, chem: 72, lang: 2, science: 24 },
},
{
@varunthefalcon
varunthefalcon / countriesList.json
Created August 25, 2020 12:24
Countries with dial codes and country codes
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@varunthefalcon
varunthefalcon / Git Commands
Last active July 3, 2019 08:57
Git Commands
Remove gitignore files after commit
git rm -r --cached .
Get local log
git reflog