Testing
Testing Area
Testing
With "innerText" property: Get the text inside the "p" with the class "random-text" and output it on the "p" with the class "demo"
A random text!
Text inside "p" with class "demo"
With "innerHTML" property: Get the text inside the "p" with the class "random-text2" and output it on the "p" with the class "demo2"
A random text 2!
Text inside "p" with class "demo2"