/** * Nice to meet you! */ var ngryman = { fullName: 'Nicolas Gryman', // [@ngryman](https://twitter.com/ngryman) skills: /(front|back)end/, // also game dev and musican city: 'Alicante, Spain', // from Paris, France }; /** * Here are my latest projects or contributions. */ ngryman.projects = [ 'loading...', 'loading...', 'loading...', 'loading...', 'loading...', 'loading...', 'loading...', 'loading...', 'loading...', 'loading...' ]; /** * Here are my articles. */ ngryman.articles = [ "[After one year of building mobile web applications... {1/5}](articles/after-one-year-of-building-mobile-web-applications)", "[Generate a combination matrix from a set of key/value pairs](articles/generate-a-combination-matrix-from-a-set-of-keyvalue-pairs)", "[Simulate mouse / touch events with jQuery in PhantomJS and the browser](articles/simulate-mouse--touch-events-with-jquery-in-phantomjs-and-the-browser)", "[System V with forever for your node.js application](articles/system-v-with-forever-for-your-node.js-application)", "[Upstart with forever for your node.js application](articles/upstart-with-forever-for-your-node.js-application)" ]; console.log(ngryman);