DEV Community

Discussion on: How to build a Chrome extension that makes API calls.

Collapse
 
tacman profile image
Tac Tacelosky • Edited

Thanks for the tutorial. This line:

mkdir src && touch index.js

should be

mkdir src && touch src/index.js