Glenn Simon

Results 2 issues of Glenn Simon

What is the recommendation for id naming? I would assume that an id (#) would have the same rules as a block, but is BEM intended only for class naming...

Readme shows example for stockCandles as: ```javascript // Stock candles finnhubClient.stockCandles("AAPL", "D", 1590988249, 1591852249, {}, (error, data, response) => { console.log(data) }); ``` There is an extra empty object shown...