Hello, I’ve completed the skill tests here and want to make sure I have the right line of thinking. Thanks!
Hello @JNPereyra
you doing great well done just few notice here :
-
your email is displayed next to your name it better to hide from your profile page
-
for task 2 you can remove this line
response = 'The machine is turned on.'
as it will be replaced by the other response -
for task 4 it better to use
{}
in the else part hereelse machineResult = 'The machine is turned off. Please turn it on.';
as it make your code more readable
hope that help and have a nice day
2 Likes
Thank you, that does help.
2 Likes