Implement function throw "Successful Throw" .
- Write a function named "challenge" that throws an error with a message "Successful throw!"
- Do not use the require function, function constructors, or the eval function
- Do not use the throw keyword or the Error constructor or backslash character () in your code
To get started with the challenge, simply run the following commands:
git clone https://github.com/GSG-G13/Challenge.git
cd Challenge
npm install
npm test