Skip to content

Instantly share code, notes, and snippets.

View davidxkr's full-sized avatar

David Madrigal davidxkr

  • ArcusFi
  • Colima, Mexico
View GitHub Profile
@davidxkr
davidxkr / 0_reuse_code.js
Created May 12, 2016 14:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#Feedback from "El gran pregunton" !!!!
c = 0
d = 0
5001.times do
c += 1
d = d + c
end