browserstack / webdriverio-browserstack

Selenium examples for WebDriverIO and BrowserStack Automate
https://www.browserstack.com
68 stars 93 forks source link

Removing `forEach` and using `map` for better readability #20

Closed yashLadha closed 5 years ago

yashLadha commented 5 years ago

Using forEach in code is usually avoided because of the side-effects.