Skip to content

Instantly share code, notes, and snippets.

View stiofand's full-sized avatar

Steve Davies stiofand

  • Oulu, Finland
View GitHub Profile
@stiofand
stiofand / script.js
Created December 12, 2014 13:36
vEGmoP
function Person(name, age, job) {
this.name = name;
this.age = age;
this.job = job;
this.sayName = function() {
console.log(this.name);
};
}
var x = {
name:'Steve',
hello:function(){
var that = this;
var helper = function(){
console.log('X Name ',that.name);
};
helper();
}
@stiofand
stiofand / README.md
Created April 26, 2019 17:34
SCRIPT-8
// Hyper Configurtion