Welcome to Your Coding Lab
Read the mission and make sure your MakeCode workspace is ready.
Read the mission and make sure your MakeCode workspace is ready.
Find the ‘forever’ block: Look in the ‘Basic’ section of the Toolbox.
The ‘forever’ loop ensures your code keeps running repeatedly.
Add the ‘show string’ block: Drag the ‘show string’ block from the ‘Basic’ section and snap it inside the ‘forever’ block.
Enter your name: Click on the text inside the ‘show string’ block (which might say “Hello!”) and type your own name.
Look at the Simulator on the left side of your screen.
Click on the Simulator (at the bottom right of the editor) to view your programme.