User Profile
Collapse
-
no, input from the keyboard -
user input into array?
How can I create an array where the user input is stored?
After that I have to run through the array and count how many times a letter has been pressed. -
-
no alert?
I have this code and it doesn't seem to alert the fact that I'm pressing a key (this should happen after I click Start). Why? :/
...Code:function dynamic_buttons() { var start_button = document.getElementById('start'); var stop_button = document.getElementById('stop'); start_button.onclick = log_keypress; stop_button.onclick = log_keypress; } function log_keypress() { alert('click event
No activity results to display
Show More
Leave a comment: