Skip to content

Instantly share code, notes, and snippets.

@Elaniobro
Elaniobro / no-if-else.js
Created February 6, 2020 16:23
Clean up your code by removing if/else
// https://medium.com/javascript-in-plain-english/clean-up-your-code-by-removing-if-else-statements-31102fe3b083
/**
* Button click event
* @param {number} status
* Activity status: 1 in progress, 2 in failure, 3 out of stock, 4 in success, 5 system cancelled
*/
const onButtonClick = (status)=>{
if(status == 1){
sendLog('processing')
jumpTo('IndexPage')
@Elaniobro
Elaniobro / resume.json
Last active November 18, 2021 16:54
jsonresume.org
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Elan Trybuch",
"label": "Lead Front End Engineer",
"picture": "https://avatars1.githubusercontent.com/u/710847?s=460&v=4",
"email": "elan@trybuch.com",
"phone": "(646) 801-8275",