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

ASCII Value #729

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a JavaScript programme to print ASCII Value of a character.

Additional information

Input  : A
Output : 65
Input  : a
Output : 97

Code of Conduct

CManriqueU commented 2 years ago

Can you assign this to me? I have a solution