codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a JavaScript program to print character of an ascii value #827

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a JavaScript program to print character of an ascii value

ASCII value is the numeric representation of a character. For example, the ASCII value of the character 'A' is 65. The ASCII value of the character 'a' is 97. The ASCII value of the character '0' is 48. The ASCII value of the character ' ' is 32.

Input  : 65
Output : A
How to contribute - Save the solution in `PrintCharacterOfAnAsciiValue.js` file - Add `PrintCharacterOfAnAsciiValue.js` file in `print-character-of-an-ascii-value` folder
Kushagra-a commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @Kushagra-a,

This issue has been assigned to you for more than 15 days.

We are unassigning you from this issue.

If you are still interested in contributing to this issue, please get auto-assigned on the issue by commenting !assign again.

Thanks for your contributions :)

erezcal1 commented 1 year ago

Why is this issue still open? The file exist...

harshraj8843 commented 1 year ago

Hey @erezcal1

I am unable to find the file here 👉🏻 https://github.com/codinasion/program/tree/master/program/print-character-of-an-ascii-value

Could you please provide the link to the file?

erezcal1 commented 1 year ago

Sorry I saw the opposite. !assign