Searching for calls
Search
javascript try catch example function
try catch is a good way to stop errors breaking your javascript. here is the example from the firefox mozilla with a basic try catch logging the error to your console, rather than just breaking all t..
js using recursion to create a range of numbers
in this we will create a function that calls its self to add to an array a range of numbers
card counting example from fcc
here is a solved version of the card counting function from free code camp you can test it using console log.