codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Negative of a number #750

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a JavaScript programme to find negative of a number.

Additional information

Input  : 10
Output : -10

Code of Conduct

0ME9A commented 2 years ago

Hey, harsh raj I can do this.

0ME9A commented 2 years ago

Done now need to review/verify the code.