Introduction to JavaScript
Learn scripting using javascript, without the need to setup complex environment.
Now, it is time for some geology, robo will be asked to collect some sample rocks and take some pictures for research when he comes back, but he will have to be aware of certain rocks as they are very dangerous.
Time to shoot some pictures of the volcanos. Help Robo collect the camera, follow the green path and count the number of red cells. Print the total number of red cells on the yellow cell.
Gather all volcanic rocks as samples. The important rocks are located on the yellow cells. Follow the green path, count the rocks and print the value on the screen.
It’s dangerous to carry more than 5 volcanic rocks. Follow the path and collect 5 rocks. Stop once Robo has collected 5.
Robo will pass by some volcanic rocks on his journey to the mountain. He will measure the distance of the first green cell and the second green cell. Calculate how many meters Robo will travel between the two distances and print the result on the screen.
Robo must do some calculations before going on the mission. The number of hours it takes to climb a mountain is located on the red cell. The number of hours to investigate the crater is on the yellow cell and the number of hours to return is on the green cell. Help Robo read these numbers and print the total duration on the screen.
Introduction to JavaScript
Learn scripting using javascript, without the need to setup complex environment.