popcode
popcode copied to clipboard
A function definition missing an opening curly brace gives an unhelpful error
function sayHello()
alert('hello')
}
