Skip to content

abdullah-alsharif/Challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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


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

Languages

  • JavaScript 100.0%