Write a javascript program that asks the user to enter his or her first name and then last name, and then
constructs, stores, and displays a third string consisting of the user’s last name followed by a comma, a
space, and first name. Use string objects and methods from the string header file. A sample run could
look like this:
Enter your first name: Paul
Enter your last name: Smith
Here’s the information in a single string: Smith, Paul
Write a javascript program that asks the user to enter up to 10 golf scores, which are to be stored in an array. You should provide a means for the user to terminate input prior to entering 10 scores. The program should display all the scores on one line and report the average score. Handle input, display, and the average calculation with three separate array processing functions.
Yoga Page
In this assignment, let's build a Yoga page by applying the concepts we learned till now. You can use the Bootstrap concepts and CCBP UI Kit as well.
Use the image URLs given below.
Home Page Background Image
Home Page Girl Image
Types of Yoga Page Images
CSS Colors used:
Background color Hex Code values:
#ffedcb
#132d84
#ffe2ab
Text color Hex Code values:
#323f4b
#fad693
#132d84
#253263
CSS Font families used:
Yoga Page
In this assignment, let's build a Yoga page by applying the concepts we learned till now. You can use the Bootstrap concepts and CCBP UI Kit as well.
Refer to the below image.
Yoga Page
Note
Use the image URLs given below.
Home Page Background Image
Home Page Girl Image
Types of Yoga Page Images
CSS Colors used:
Background color Hex Code values:
#ffedcb
#132d84
#ffe2ab
String Slicing
Given two strings
inputString and subString as inputs, write a JS program to slice the inputString if it includes the subString. Slice the inputString starting from the subString to the end of the inputString.
Gardening
We have a task to do Gardening.
Given two boolean values
Color Palette
In this assignment, let's build a Color Palette by applying the CSS concepts we learned till now.
Text Color Hex Codes Used:
#011e3f
#ffffff
Background Color Hex Codes Used:
#f87171
#fb923c
#fbbf24
#facc15
#a3e635
#4ade80
#34d399
#22d3ee
#38bdf8
#60a5fa
#818cf8
#c084fc
#e879f9
#f472b6
#fb7185
Roboto