Given two strings
Sample Input 1
JavaScript
S
Sample Output 1
Script
Sample Input 2
Language
air
Sample Output 2
Language
I've noticed that I've tried to log into my eBay account an it wants me to use the number that's saved to send security info and the number shows 5xx-xxx-xx62 i want to remove the x to show the number i know how to change a certain setup to text and changes the dots to numbers but this is little different here is the element I'm seeing this in chrome inspection
<p id="text-desc" role="text" aria-label="We'll text you at <span style="white-space: nowrap;">5xx-xxx-xx62</span> with a security code.By selecting this method, you agree to receive text or pre-recorded messages to this number. Cell charges may
if there is a way to revival please explain where I will understand, main reason is I wanna see if someone is trying to use my account an i don't recognize the last to numbers of any of my current or past numbers
how we put input from user ?
we want that what is the user put ,then answer in show accordingly
your output:
ReferenceError: "aqString" is not defined
expected output:
Script
String Ending with Vowel
Given an array of vowels in the prefilled code and a string
inputString as an input, write a JS program to check whether the inputString ends with a vowel.
Quick Tip
You can use the string methods toUpperCase() and endsWith().
Sample Input 1
Five
Sample Output 1
true
Sample Input 2
Apples grow best where there is cold in winter
Sample Output 2
false
Find the Duplicate in an Array
Given an array
sample input 1
['light', 'dark', 'twilight']
sample ouput 1
false
sample input 2
[1, 2, 3, 4, 5, 6, 7, 7, 8]
sample output 2
7
Kindly share the solution for the Question #169775
In this assignment, let's build a Book Search page by applying the concepts we learned till now.
Instructions:
By following the above instructions, achieve the given functionality.
ask the user to enter three of their favourite television shows. once they have entered there shows,display the results. Use an array to store the three favourite television shows.
String Slicing
Given two strings
Sample Input 1
JavaScript
S
Sample Output 1
Script
Sample Input 2
Language
air
Sample Output 2
Language