Issue with Replacing If Else Chains with Switch #7588
shaanaa22
commented
Your code is not correct. Double check what you are returning in the first switch case.
Secondly, Github Issues are NOT for code help. Please ask for assistance in the Help Chat[https://gitter.im/FreeCodeCamp/HelpJavaScript]
Closing as not site issue
raisedadead
closed this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Challenge Replacing If Else Chains with Switch has an issue.
User Agent is:
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
.Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
myTest("bob") should be "Marley" -- isn't getting passed. Please someone check the code.