narutoboy9583 narutoboy9583
  • 13-12-2021
  • Computers and Technology
contestada

Declare and define a function called displayConcat that displays the concatenation of the first parameter with the second. Ex: displayConcat("After", "noon") displays "Afternoon".

Respuesta :

Talanat
Talanat Talanat
  • 14-12-2021
function displayConcat(first, second) {
// using console.log print concatenation of first and second strings
console.log(first + second);
}

displayConcat('After', 'noon');
Ver imagen Talanat
Answer Link

Otras preguntas

what is the algebric expression of z is greater than y by ten
Which factor contributed to the increase in college degrees earned in the late 1940's? -demobilization -G.I. Bill -baby boom -Taft - Hartley Act
Which of the teen videos did you find the most interesting and why
Can I get some help please? Thanks!
Who is Eugene Debs? a.the first commissioner of the ederal Trade Commission b.Socialist candidate in the 1912 presidential election c.senator who proposed the E
Which point on the pendulum's swing represents the minimum potential energy?
How do pharyngeal pouches provide evidence of relationship among species?
Help find the slope please!!
Which of the following is the correct formula in making stained glass?
A byte consists of how many bits 1 2 8 10