Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of LFC

LFC

LFC has asked 1 questions and find answers to 1 problems.

Stats

50
EtPoint
18
Vote count
1
questions
1
answers

About

var degree = "Civil/Structural Engineer master's degree";

degree.extend({

  languages: {
    javascript: 'enthusiastic',
    backbone: 'good stuff dude',
    Node.js: 'Getting there :)',
    Mongo: 'it's my schema'
  },

  events: {
    whatImDoing: 'Coding for PopcornMetrics',
    whatElse: 'Customer success at PopcornMetrics'
  }
});