DSContEd / IntroWebDevelopment

At the end of the course, students will be able to plan, design, and implement a web site using current standards and best practices.
1 stars 1 forks source link

JavaScript Assignment #2 #31

Open TonyGoodDay2 opened 7 years ago

TonyGoodDay2 commented 7 years ago

1) Write a JavaScript function that accepts a string as a parameter and find the longest word within the string.

Example string : 'Web Development Tutorial' Expected Output : 'Development'

2) Show this on a simple HTML page.