Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Code example 2-2 var add = function( X, Y) return (X+Y): } alert( add (5, 3)): (Refer to code example 2-2) The function in this

image text in transcribed
image text in transcribed
Code example 2-2 var add = function( X, Y) return (X+Y): } alert( add (5, 3)): (Refer to code example 2-2) The function in this example Select one: a. accepts 2 parameters and returns 1 value. b. accepts 2 parameters and does not return a value. C accepts 2 parameters and returns 2 values. d. does not accept a parameter and returns 1 value. Next po Write a complete code (html + JavaScript) to complete the following task User enters a value for the text boxe.g., "Pinky Then user click the button then it should display "Hello [value you entered)" what is your Cat's name? Pinky Sagara_Input Hello Pinky OK Rename the variables/functions with your last3digits of your student no and button text should contain your first name Search

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

LO4 Identify a system for controlling absenteeism.

Answered: 1 week ago