Working With DOM

Application

Waiting..

Notes

Simple click and transfer text from text field to paragraph.

To print the text to marquee do the following code:
document.querySelector('#printValue').textContent = 'Hello there ' + textField;

Application 2

A S M D

Waiting..

Notes

Simple click and transfer text from text field to paragraph.

To print the text to marquee do the following code:
document.querySelector('#printValue').textContent = 'Hello there ' + textField;