This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var money = | |
"@people: luca gio dani gabro claudio jaja mike paolo\n"+ | |
"@group: luca gio dani gabro claudio jaja\n"+ | |
"@date: debiti e payback\n"+ | |
"~Debiti (Dani 52.13 Luca 356.37 Gabro 13.18) claudio 309.88 gio 28.98 jaja 17.25 mike 64.51\n"+ | |
"15 gio -> dani\n"+ | |
"400 claudio -> gabro\n"+ | |
"10 dani -> jaja\n"+ |