Skip to content

Instantly share code, notes, and snippets.

View FelipeBarrosCruz's full-sized avatar

Felipe Barros Cruz FelipeBarrosCruz

View GitHub Profile
@FelipeBarrosCruz
FelipeBarrosCruz / gist:4aa62db072c614aa2a15c5a7830735d6
Last active May 6, 2017 10:31 — forked from EvanHahn/gist:2587465
Caesar shift in JavaScript
/*
JavaScript Caesar shift
by Evan Hahn (evanhahn.com)
* * * * * * * * * * * *
For small occasions (like month-anniversaries), I like to make little websites
for people that only "unlock" on the right day.
'use strict';
var Schema = {
name: {
type: String
},
lastname: {
type: String
},
avatar: {