[ Launch: test ] 4ecbe79815759318e90c by josephma93[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
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 hand3 = (function thirdHand() { | |
function selectElem({selector}) { | |
var result = document.querySelector(selector); | |
result || console.error('Element not found'); | |
return result; | |
} | |
function click(config) { | |
selectElem(config).dispatchEvent(new MouseEvent('click')); |
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
{ | |
"meta": { | |
"theme": "onepage" | |
}, | |
"basics": { | |
"name": "Joseph Montero A", | |
"label": "Senior JavaScript Developer", | |
"email": "[email protected]", | |
"phone": "+50686479946", | |
"summary": "Software developer specialized in JavaScript and related tools with a good eye for reusability, structure and performance.", |