First off, please make sure and include a link to the challenge. The Get Help -> Ask for Help button will automate that for you. For others, it is here.
When I run your code and look at the FCC console, I see this:
Build error, open your browser console to learn more.
Did you see that? Open up your browser console. There will be a link there that takes you to the page that explains what the error is, in general terms. From that you should be able to figure out what the specific problem is.
@karlito By the way, these are very basic trouble shooting skills - checking the browser console for errors and logging out data to understand the problem. Those should be your first stop if you’re having a problem, fundamental skills for any developer.
A good developer is a good debugger. And a good debugger is a good detective.