function convert(){
String.fromCharCode();
var out = document.getElementById("");
}
document.getElementById("=").addEventListener("keypress", convert);
The result should be the
I'm new to javascript and have this assignment, which has to be done exactly the way it's asked. I tried myself for a couple of hours, but I still need some help !
Thanks in advance :)