Skip to content

Instantly share code, notes, and snippets.

View mazharvai007's full-sized avatar

Mazharul Islam mazharvai007

View GitHub Profile
{
"workbench.colorTheme": "City Lights",
// Controls the font size in pixels.
"editor.fontSize": 16,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.tabCompletion": true,
"editor.wordWrap": "on",
@mazharvai007
mazharvai007 / js.md
Created August 25, 2017 08:58 — forked from nuhil/js.md
Javascript Handbook

Javascript Handbook

A hand crafted markdown document contains all major Javascript topics covered, taken from different sources. Brush Up your JS memory.

Comments


Single line comments start with //. For multi-line commands, you use /* ... */

// This is a single line comment
@mazharvai007
mazharvai007 / Bootstrap 3 class list
Created August 19, 2015 06:18
Bootstrap 3 class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead