Skip to content

Instantly share code, notes, and snippets.

@LovelaceTuring
LovelaceTuring / vocab_chapter_3.js
Last active June 21, 2023 19:39
Vocabulary for Chapter 3 of Eloquent JavaScript
// VOCAB LIST - Chapter 3
/*
function: A function is created with an expression that starts with the keyword function. Functions have a set of parameters (in this case, only x) and a body, which contains the statements that are to be executed when the function is called. The function body of a function created this way must always be wrapped in braces, even when it consists of only a single statement.
return statement: A return statement determines the value the function returns (A return keyword without an expression after it will cause the function to return undefined)
Parameters to a function: behave like regular bindings, but their initial values are given by the caller of the function, not the code in the function itself
scope: Each binding has a scope, which is the part of the program in which the binding is visible
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active April 19, 2024 02:47
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@alexpchin
alexpchin / Setting_upa_new_repo.md
Last active April 17, 2024 02:45
Create a new repository on the command line

Setting up a new Git Repo

##Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"

git remote add origin git@github.com:alexpchin/.git

@rxaviers
rxaviers / gist:7360908
Last active April 19, 2024 22:38
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: