Skip to content

Spot the Function Syntax Error

Find the MistakeEasy

Question

This JavaScript function has a syntax error. Identify what is wrong.

Code

                  function greet(name)
  return "Hello, " + name;
}
console.log(greet("Ada"));
                

Related Resources

Related Lessons

  • Functions

    Learn how functions work in programming.

Related Cheatsheets

Look up unfamiliar terms

A beginner-friendly glossary explains jargon in plain English — variables, functions, DOM, Promise, and more.

View glossary

Decode error messages

Plain-English explanations of common errors — what they mean, why they happen, and how to fix them.

View errors

Build real projects

Apply what you learned by building guided projects with starter code and solutions.

← Back to topic