Thoughts & Musings

Creating a Promise

Promises are used for asynchronous code. It is a temporary holder for a value that gets returned by an asynchronous call. For example, a call

Muse On »

Finally

We can add another block to try/catch. This is done with the “finally” keyword. What the finally code block does is run always. So even

Muse On »

Try and Catch

The try/catch keywords allow us to handle errors more gracefully. Here is an example… What we are doing here is telling JavaScript to “try” running

Muse On »

Errors

Errors happen in code. We need to be able to handle them in our JavaScript code. We also may sometimes wish to throw our own

Muse On »
Scroll to Top
small_c_popup.png

Need help?

Let's have a chat...


Login

Jump Back In!

Here at Webolution Designs, we love to learn. This includes sharing things we have learned with you. 

Register

Begin Your Learning Journey Today!

Come back inside to continue your learning journey.