🌤️ WARM UP EXERCISE
Our interactive code editor lets you play around with our examples. Please watch
the presentation [/course/full-stack-development/editor] to get accustomed to
the editor! Once you know how to modify and run your exercise, please go ahead.
🎯 GOAL
We are an international community, so please try to change the “Hello World”
message to “Hola Mundo” in Spanish. Make sure your visual tests pass, changing
your output.
From this:
[https://skillpies.s3.ap-southeast-2.amazonaws.com/courses/full-stack-development/sections/react-and-reactdom-exercise-in-setup/Screenshot%202025-01-24%20at%2012.57.05.png]
To this!
[https://skillpies.s3.ap-southeast-2.amazonaws.com/courses/full-stack-development/sections/react-and-reactdom-exercise-in-setup/Screenshot%202025-01-24%20at%2012.57.54.png]
> If you are curious what our automated tests do, please open the index.test.tsx
> file. Are you able to interpret what is happening there?
Good Luck!
Join the discussion to ask questions, share your thoughts, and discuss with other learners