Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 444 Bytes

JavaScript Callback

A simple example to demonstrate how to use callback in JavaScript using image element

How to fetch the images

In order to have the images please run the command line bellow:

npm run catch-them-all

How to start

After installing the dependencies with npm install run the command bellow:

npm start

References