Skip to content

Instantly share code, notes, and snippets.

View phillipchan1's full-sized avatar

Phillip Chan phillipchan1

  • Socal Edison
  • Los Angeles
View GitHub Profile
const count = 5;
let current = 0;
function getAndTransformSurveys() {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve()
}, 500)
})
}
@import url(//fonts.googleapis.com/css?family=Lobster:400);
#top-header {
background: #FFF;
color: #383F4C;
padding: 0;
max-width: 100%;
width: 100%;
margin: auto;
}
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/web/node_modules": true,
"**/web/build": true, // will change frequently by build command
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},