Search⌘ K

Finishing up with Style

Learn how to use CSS Styling along with HTML and JavaScript.

We'll cover the following...

Greeting the user

If you enter document.querySelector( '.js-name' ).value in the console, you can log the value entered in the text-box.

Instead of a console log, we need to get the value of the textfield and display ...