Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

function _ten(my_string) Create a JavaScript function that meets the following requirements: COMP1231 - ASSIGNMENT 1 8 a. Create a JavaScript function that accepts a string

function _ten(my_string)

Create a JavaScript function that meets the following requirements:

COMP1231 - ASSIGNMENT 1 8

a. Create a JavaScript function that accepts a string parameter, then organizes the string so its in alphabetical order.

b. The function is case insensitive, that is, it does not distinguish any difference between upper or lower case.

c. Displays the result to the console as illustrated below.

************** STEP 10 **************

Calling _ten(Sameer);

The string converted in alphabetical order is: aeemeS

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

Transactions On Large Scale Data And Knowledge Centered Systems Xxviii Special Issue On Database And Expert Systems Applications Lncs 9940

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Qimin Chen

1st Edition

3662534541, 978-3662534540

More Books

Students also viewed these Databases questions

Question

1. What is Ebola ? 2.Heart is a muscle? 3. Artificial lighting?

Answered: 1 week ago