Skip to content

Instantly share code, notes, and snippets.

View Ij888's full-sized avatar
📈
grokking data

Ijem Ij888

📈
grokking data
  • nA
  • West Sussex, UK
View GitHub Profile
@Ij888
Ij888 / graph_gist_template.adoc
Created May 20, 2016 23:53 — forked from jexp/graph_gist_template.adoc
CHANGEME: GraphGist Template. Fork to make your own, view source to see instruction comments

REPLACEME: TITLE OF YOUR GRAPHGIST

Introduction

@Ij888
Ij888 / ES6 Generator.markdown
Created August 12, 2015 00:15
ES6 Generator
@Ij888
Ij888 / JS OOP Template.markdown
Created August 12, 2015 00:11
JS OOP Template

JS OOP Template

Demonstrates use of the module design pattern to leverage closures for privacy. Shows a decent way of achieving prototype-based constructor chains for inheritance -- also explains how the .call(...) function plays a crucial role there. Uses the logical OR to assign default values unless otherwise specified.

Forked from Reesington's Pen JS OOP Template.

A Pen by Ijem on CodePen.

License.

@Ij888
Ij888 / dabblet.css
Created January 18, 2014 15:39
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;