News

Write down what the following statements will return. Try to figure this out before putting the commands in the chrome console. What is a falsey value? List all the falsey values in JavaScript. A ...
Write callbacks to pass to array methods Write functions to emulate array methods Write functions using array methods to add functionality. A callback is a function that we pass as an argument to ...