FAQ: Welcome to Codecademy! - Welcome to Codecademy!

This community-built FAQ covers the “Welcome to Codecademy!” exercise from the lesson “Welcome to Codecademy!”.

Paths and Courses
This exercise can be found in the following Codecademy content:

Web Development
Code Foundations

Welcome to Codecademy!

FAQs on the exercise Welcome to Codecademy!

There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply (reply) below.

If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

1 Like

8 posts were split to a new topic: Lesson stuck [Solved]

2 posts were split to a new topic: How to use on my own website?

2 posts were split to a new topic: Do they all start this way?

is coding case sensitive?

3 Likes

Hey @core9622614179!
JavaScript definitely is. For example, if you define the variable name then you can’t access it by using Name or NAME. Same thing with console.log and all the other statements.

1 Like

Which computer coding language(s) are being utilized for these exercises/projects?

For welcome to codecademy it is Javascript you will be practicing with

Uh…I didn’t even pay to get in here with my Newborn baby hacking skills :joy:

Hello! I just started Codecademy and I can not get passed the second part because the box is blocking the text that i need to write so i need some help with that.

Please attach a screenshot, as the exercise works fine and there is nothing blocking the code editor.

Welcome to the forums!

This seems to be a connection issue. Please see the following articles for assistance.

hi, im new, i did the first couple of exercises but the browser panel is always blank, it says is connected to codecademy but it shows nothing, please help

1 Like

Maybe try some of the suggestions in the Troubleshooting Guide.

1 Like

i’ve tried but still the same problem, even adding the suggested pages to the whitelist on google

1 Like

It’s working fine for me, have you tried looking at your internet connection or clearing your cache?

2 Likes

problem solved, wrong browser configuration, thanks for your time :wink: :+1:

2 Likes

Hello,
Its my first time been on this platform. May I ask, how do I get started? This is what the instruction stated ‘The center panel contains a code file which is running in the browser panel on the right. Move your mouse cursor over the letters in the browser panel to animate them’.

Click the ‘Next’ button when you’re ready to dive in and start coding!

But it not happening for me. Please any advise?
Thanks
Audrey

Welcome to the forums!

You can see that the learning environment is split into three sections. The leftmost section is where you can find instructions and information, like the text you posted above. The middle section is where you can find and write code (it is a code editor). The rightmost section, in this case, displays the result of the code in the middle section.

Just to play around and see what the code can do, you can move your mouse cursor (without clicking) over the letters in the rightmost section. See what happens!

After you’ve done and understood all this, click Next to move on.