Searching for calls
Search
Search Code
Uncaught Error: Call to undefined function mb_convert_encoding()
I was getting this error when calling a function in the readability php class, on a new server for code that worked on the old server. Uncaught Error: Call to undefined function mb_convert_encoding()..
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.