Day 15 of #100days of js

Questions

  • What is the following print in JavaScript?
console.log(arp\"'.length)
  • Explore the includes, starts with & ends with functions of a string

  • Write a program to convert a given string to lowercase.

  • Extract the amount out of the string

"Please give rupees 1000"

  • Try to change 4th character of a given string where you able to do it?

Answers:

Answers