Skip to content

Instantly share code, notes, and snippets.

View sirtawast's full-sized avatar

Sampo Tawast sirtawast

  • Motley Agency
  • Helsinki, Finland
View GitHub Profile
window.i18n = window.i18n || {};
i18n._langCache = {}
i18n._availableLangs = [
'fi',
'en',
]
i18n._updateElements = function () {
@sirtawast
sirtawast / 0_reuse_code.js
Created April 19, 2017 08:58
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