Magic words:
psql -U postgresIf run with -E flag, it will describe the underlaying queries of the \ commands (cool for learning!).
Most \d commands support additional param of __schema__.name__ and accept wildcards like *.*
| // npm install prompts && node index.js | |
| const prompts = require('prompts'); | |
| class Game { | |
| constructor() { | |
| this.board = [] | |
| this.winner = '' | |
| this.currentPlayer = 'O' | |
| this.margin = ' ' | 
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>CS290 - DOM and Events</title> | |
| </head> | |
| <body> | |
| <script src="script.js"></script> | |
| </body> | 
| <button onclick="(function () { | |
| var filenames = [] | |
| var promises = filenames.map(function(filename) { | |
| return new Promise(function(resolve, reject) { | |
| var createObjectURL = function (file) { | |
| if (window.webkitURL) { | |
| return window.webkitURL.createObjectURL(file); | |
| } else if (window.URL && window.URL.createObjectURL) { | |
| return window.URL.createObjectURL(file); | 
| body { | |
| font-family: tahoma; | |
| color:#282828; | |
| margin: 0px; | |
| } | |
| .nav-bar { | |
| background: linear-gradient(-90deg, #84CF6A, #16C0B0); | |
| height: 60px; | |
| margin-bottom: 15px; | 
| // Docs! | |
| // 1. getter/setter | |
| // http://docs.sequelizejs.com/en/latest/docs/models-definition/#getters-setters | |
| // 2. when to use this.getDataValue('something') vs. this.something | |
| // http://docs.sequelizejs.com/en/latest/api/instance/#class-instance | |
| User.create({ | |
| firstName: 'Jisoo', | |
| lastName: 'Ryu', |