JavaScript tests

Hello!
I really enjoyed studying Html Css . I thank fcc for this awesome course Now
I am studying javascript here but I am not able to solve many problems of javascript because they are so difficult! than the lesson I am taught …

Can anyone please tell me how should I study to solve these problems???

Can any one recommend me anything???

Thank you!

Hi @arsheencoder78618888 !

Javascript is very different from html and css because javascript is a programming language whereas html and css are markup languages.

So it is completely normal to struggle with this stuff.

It will take some time to get the hang of some of the concepts like variables, loops, functions, recursion, etc.

Just understand that it is going to be a learning curve.

Take your time, do outside research and ask the forum when you need help.

Here are some helpful resources to get you started.

When you get the algorithm sections then you can look into these resources for additional practice.

Hope that helps!

2 Likes

Thanks! I will learn more In sha Allah

Hello, there can anyone help me in Destructuring this code.
const LOCAL_FORECAST = {

yesterday: { low: 61, high: 75 },

today: { low: 64, high: 77 },

tomorrow: { low: 68, high: 80 }

};
Error is you should remove the ES5 assignment syntax

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.