UNPKG

javascripting

Version:

Learn JavaScript by adventuring around in the terminal.

28 lines (18 loc) 658 B
--- # O-oh, something isn't working. # But don't panic! --- ## Check your solution: `Solution ===================` %solution% `Your Attempt ===================` %attempt% `Difference ===================` %diff% ## Additional troubleshooting: * Did you type the name of the file correctly? You can check by running 'ls `%filename%`'. If you see 'ls: cannot access `%filename%`: No such file or directory,' then perhaps the file doesn't exist, or has a different name, or is in a different directory. * Make sure you didn't omit any parens, or the compiler will not be able to parse it. * Make sure you don't have any typos in the string itself.