-
-
Save arijit7899/6aa687985116a85e1f0ce57da3e3aa76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var TomLane = { | |
isStudent: true, | |
experience: [ | |
'html', | |
'css', | |
'JavaScript', | |
'git', | |
'tooling', | |
'yeoman', | |
'responsive design', | |
'UX' | |
], | |
projects: [ | |
'yeoman', | |
'generator-yui', | |
'personal site' | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment