So, I watched the video guide provided, and I even make sure it’s like the video, and hers shows all green on the test run in NODE, but I get two errors. Can someone help me figure out why I am seeing these errors?
Hello,
You should double check the order of the parameters: Lodash .clamp()
Your logic may be sound, but the parameters don’t have the values you think they do, so it’s throwing everything off
Thank you!! So simple…