Question: Code in JavaScript Please. Project Description Libraries let you build functions that you and others can use to help build more powerful apps in lots

Code in JavaScript Please.Code in JavaScript Please. Project Description Libraries let you build functions thatyou and others can use to help build more powerful apps in

Project Description Libraries let you build functions that you and others can use to help build more powerful apps in lots of situations. As the designer of a library you not only need to know how to program, you also need to think about the many different kinds of programs other people might build. For this project you will design and build a library of functions around any topic you want. You will have an opportunity to exchange feedback with another group about how you might use their library to design an app. Finally you will answer a few questions about the library you designed. You will submit A link to your library of functions This completed project guide Library Requirements Your library must contain two or more functions At least one function must include A loop An if-statement One or more parameters o Return Step 1 - Brainstorm Your library can be about any topic. If you need some ideas try the list below Strings o Capitalize: Capitalize first letter of each word in a sentence (long string) Trim: Remove spaces from beginning and end of a string 0 Remove Letter: removes a given letter from a string Anything else you'd want to do with a string Lists 0 Maximum: Find the maximum value in a list O Minimum: Find the minimum value in a list o Average: Find the average value in a list Count Count how many times a given value appears in a list Combine: Join two lists together in one longer, larger list Filter Numbers: Keep numbers in a list greater than or less than a provided value Filter Letters: Keep strings in a list that begin with a given letter Numbered List: Turn a list into a string with each item numbered and appearing on a different line Top 3: Return the three biggest numbers in a list, in sorted order (This can be a little tricky) o Unique: Return a list of each unique item that appears in (This can be a little tricky) Sort: Return the list in sorted order (This can be a little tricky) Anything else you'd want to do with a list Dataset o Choose a dataset and build a function that will help a user access or summarize specific information within that dataset 0 Something else o As long as your library does something interesting and valuable Share Remix Lesson 8: Project - Make a Library Part 1 Saved 8 days ago 2 DE MORE Code Design Data Instructions Use this level to write your library. screen1 Toolbox Workspace Ul controls Data Control Math Variables Functions onEvent(id, type, callback) getText (id) setText (id, text) getNumber(id) setNumber(id, number) playSound (url, loop) = stopSound (url) - set Property(id, property, va. getProperty(id, property) Run

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!