Advanced Example

Let's build something more practical. Make sure you have read and understood the Simple Example. Before we begin, let's list some feature that the previous example lacked:

  • The config was hard coded. There was no way for the user to change it.

  • The infromation was only logged in the console. A regular user couldn't see the result.

Last updated