JS Char Count: A Coding Project

A javascript coding exercise.
A program that counts the number of characters, not including spaces, from a user input field.

Instructions

Enter your string in the input field. Press the "Count Letters" button and the javascript code will count the number of characters from your input but wont include the spaces in the count.

Character Counter