Managing a server is pretty complicated, but building with serverless architectures simplifies this process. As a student, mastering serverless functions can help you to build projects that solve real-world problems by integrating APIs, constructing user interfaces, and analysing data. Javascript is the core language of this course - one of the most in-demand languages to learn in the industry.
The instructions for Week1 Step 8, [TOP SECRET] Morse Code Converter, have an extra space in the code block describing how to check for a parameter with no value. In the block of example code there are 2 spaces in between the words "to" and "convert"
Proposed Fix
I think this extra space should be removed so it doesn't cause a validation error if students copy from this block of code.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug
Week: 1
The instructions for Week1 Step 8, [TOP SECRET] Morse Code Converter, have an extra space in the code block describing how to check for a parameter with no value. In the block of example code there are 2 spaces in between the words "to" and "convert"
Proposed Fix
I think this extra space should be removed so it doesn't cause a validation error if students copy from this block of code.