create a javascript function called abbreviate that that takes in parameters words and length and returns the first length number of letters of a random word @parameter {string} word - a random word * @parameter {number} length - the length of the abbreviation * code should return {string} the first {length} number of letters of the word **/

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question
100%

DO NOT COPY FROM OTHER WEBSITES

create a javascript function called
abbreviate that that takes in parameters
words and length and returns the first
length number of letters of a random
word
@parameter {string} word - a random
word
* @parameter {number} length - the
length of the abbreviation
* code should return {string} the first
{length} number of letters of the word
**/
function abbreviate(word, length){
}
Transcribed Image Text:create a javascript function called abbreviate that that takes in parameters words and length and returns the first length number of letters of a random word @parameter {string} word - a random word * @parameter {number} length - the length of the abbreviation * code should return {string} the first {length} number of letters of the word **/ function abbreviate(word, length){ }
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,