Skip to content

Instantly share code, notes, and snippets.

View gmiguel14's full-sized avatar

Gabriel Miguel gmiguel14

  • São Paulo, Brasil
View GitHub Profile
@gmiguel14
gmiguel14 / index.js
Created March 7, 2017 13:28
Popular Divs com Texto Aleatório - JavaScript
var Lorem;
(function() {
//Create a class named Lorem and constructor
Lorem = function() {
//Default values.
this.type = null;
this.query = null;
this.data = null;
};