JavaScript challenge! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript challenge!

I have a challenge for you guys! Here’s how it goes: Make a code that turns symbols to letters of the alphabet and post it here. Any programming language allowed For example: Input: $)(&’ Output: hello Edit: for those of you that are confused, you need to make a input and use a code to transform the symbols to certain letters. And no, you don’t have to use my example

30th Nov 2017, 1:24 PM
Golem
2 Answers
+ 6
What?!? How do we know which symbol correspond to which character?
30th Nov 2017, 1:36 PM
Yash✳️
Yash✳️ - avatar
0
Easy in python: n=input() print("Hello")
30th Nov 2017, 7:58 PM
VcC
VcC - avatar