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 ( ) below!
Agree with a comment or answer? 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 !
catower
Split this topic
July 23, 2019, 2:34am
2
oduffy
Split this topic
July 18, 2019, 6:33pm
3
2 posts were split to a new topic: How do I use Codecademy?
print ("Hello Codecademy Friend");
2 Likes
catower
Split this topic
July 23, 2019, 2:22am
6
8 posts were split to a new topic: How does bounceBubbles() work?
catower
Split this topic
July 23, 2019, 2:57am
11
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
pcrall
August 16, 2019, 9:26pm
30
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?
Basically localhost (or the IP address 127.0.0.1) is a way to make your computer do things your could usually only do with a server. 8000 is a port number (not to be confused with physical ports). It allows multiple devices to use localhost, similar to how an extension on a phone line lets multiple people make calls on one phone line. If you don’t say a port number it will jus go to a default one.
Usually HTML doesn’t need localhost, because it doesn’t need a server. Localhost is mostly for usi…
No, It is not. Codecademy defined it as a function in another file so that it can be used.
Hello 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 ?
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