Skip to content

sourcecodeguy1/Unit-9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Unit-9

Problem #1

Write a JavaScript program to highlight the bold words of the following paragraph by changing the text color to red, on mouse over.

We have just started this section for the users (beginner to intermediate) who want to work with various JavaScript problems and write scripts online to test their JavaScript skill.

Hint: wordItems = document.getElementsByTagName('strong'); // The paragraph uses tags for the bold words. Change default behavior.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published