FAQ: Welcome to Codecademy! - Write some code!

This community-built FAQ covers the “Write some code!” 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 Write some code!

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!

15 posts were split to a new topic: Error in lesson without changing code?

2 posts were split to a new topic: How do I use Codecademy?

print ("Hello Codecademy Friend");
2 Likes

8 posts were split to a new topic: How does bounceBubbles() work?

2 posts were split to a new topic: How do I join Codecademy?

This things that i do in which application i do it!

1 Like

The second page for the intro does not allow typing of code…???

3 Likes

same here. Cannot type anything

1 Like

first exercise - the ‘bounce bubbles’ one.
Changed the text in the code in the editor (Centre panel). Clicked ‘Run’ - nothing happens - no change to the third(right-hand) display panel… What am I doing wrong?

What is “http://localhost:8000/”? Is it a website that can be accessed for practicing?
Is bouncingBubbles a method within JavaScript?

No, It is not. Codecademy defined it as a function in another file so that it can be used.

Hello :wave: Community!

Here’s my question (which I accept I might be asking too soon):

In the style.css file, line 6 the font family is mentioned

font-family: Helvetica, sans-serif;

I’ve experimented by replacing it with a few other websafe fonts and had no noticable change.

What gives :question:?

HI I’m looking for Forum where to ask you an advise on how to take notes, in order to not forget things we are studying long the way. What’s the best way for it?

How do the bounceBubbles() work?
Can I use the bounceBubbles() for HTML websites?

how do you type with bouncebubbles

Welcome to the forums!

Can you clarify what you are asking?

what should I enter in the bounceBubbles()

plz enter your name or any text

@net2082305443

Nothing should be entered between the parentheses of bounceBubbles(). Rather, put some text between the quotation marks that are in drawName(). bounceBubbles() simply animates the text that is drawn from drawName().

1 Like