Skip to content

GSG-G13/Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge:

Implement function throw "Successful Throw" .

Requirements:

  • 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
  • Do not modify the Error constructor in the global scope

If you need to be in a great mood:

You can listen to some music here: كوكب الشرق

Happy coding and good luck 😜


Getting Started

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

About

Write a function named "Challenge" that throws an error with a message "Successful throw!"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors