I hereby claim:
- I am benmccormick on github.
- I am ben_mccormick (https://keybase.io/ben_mccormick) on keybase.
- I have a public key ASA-PhwIqziP2g1Ycexv29-bEBSVn-qNjgtQRZ0ZLDjIbgo
To claim this, I am signing this object:
| let arr = [1, 2, 3]; | |
| function log(item) { | |
| console.log(item); | |
| } | |
| //forEach performs an action on each item | |
| //in an array | |
| arr.forEach(log); //logs 1 2 3 in order |
| /* takes a list of params in the format | |
| [{ | |
| key: 'foo' | |
| value: 'bar' | |
| }] | |
| or an object with key-value params | |
| { | |
| foo: 'bar' | |
| } | |
| } |
| bootstrap -css | |
| tensorflow - python | |
| react -js | |
| vue -js | |
| d3 - js | |
| react-native -js | |
| angular.js - js | |
| animate.css - css | |
| jquery - js | |
| laravel - php |
| module.exports = function (file, api) { | |
| const j = api.jscodeshift; | |
| const buildDecoratorPropertiesFromCurrentObject = currentObj => { | |
| let decoratorProps = []; | |
| currentObj.properties.forEach(prop => { | |
| if (prop.value.type === 'CallExpression' && prop.value.callee.name === 'computed') { | |
| prop.kind = 'get'; | |
| let fnBody = prop.value.arguments[0]; |
I hereby claim:
To claim this, I am signing this object: