(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| javascript:(function(){ | |
| try { document.querySelector('#dm-container').remove(); } catch (e) { } | |
| try { document.querySelector('#view-offer').remove(); } catch (e) { } | |
| try { document.querySelector('.tp-backdrop').remove(); } catch (e) { } | |
| try { document.querySelector('.tp-modal-open').style.overflowY = 'auto'; } catch (e) { } | |
| try { document.querySelector('.tp-modal-open').overflowY = 'auto'; } catch (e) { } | |
| try { document.querySelector('div#checkout-container').remove(); } catch (e) { } | |
| try { document.querySelector('div#view-offer').remove(); } catch (e) { } | |
| try { document.querySelector('div.tp-modal').remove(); } catch (e) { } | |
| try { document.querySelector('body').classList.toggle('tp-modal-open') } catch (e) { } |
| export const week1 = { | |
| description: 'Week 1', | |
| games: [ | |
| { | |
| id: 1, | |
| startDate: '9/10/2016', | |
| overUnder: 42.5, | |
| teams: [ | |
| { | |
| id: 1, |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
npm i -D flow-bin
flow init
flow check
Tell flow to check the file: // @flow
| var data = { "BundleComponents" : { "BundleComponent" : [ { "Type" : { "$" : "TUCReportV6" } }, { "Type" : { "$" : "EQFReportV6" } }, { "Type" : { "$" : "EXPReportV6" } }, { "CreditScoreType" : { "@riskScore" : "755", "@scoreName" : "VantageScore3", "@populationRank" : "74", "CreditScoreFactor" : [ { "@bureauCode" : "36", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "36", "@rank" : "100000" }, "FactorText" : { "$" : "Your largest credit limit on open bankcard or revolving accounts is too low" } }, { "@bureauCode" : "04", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "04", "@rank" : "100000" }, "FactorText" : { "$" : "The balances on your accounts are too high compared to loan amounts" } }, { "@bureauCode" : "12", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "12", "@rank" : "100000" }, "FactorText" : { "$" : "The date that you opened your oldest account is too |
| { | |
| "offer": [ | |
| { | |
| "annualFee": 35, | |
| "imageLg": "https://static.ccom-cdn.com/assets/img/creditCards/lg/lg_opensky-021214.png", | |
| "introAprDisplay": "N/A", | |
| "introAprPeriod": "", | |
| "link": "http://www.credit.com/r/capital-bank-open-sky-secured-visa/af=p99271&ag=", | |
| "countries": { | |
| "country": "USA" |
package.json
{
"name": "jirapoo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"