JavaScript Interview #10: Program to find whether a Value is Palindrome in JavaScript

preview_player
Показать описание
Welcome, JavaScript Interview #10: Program to find whether a Value is Palindrome in JavaScript

What is Palindrome?
A Palindrome is a word or phrase that is spelled the same even in the backward direction. (ignoring spacing, punctuations, and capitalization)

A Palindrome No. is a number that remains the same even after reversing Ex:.161,24542,848, 38983. It is also a string or sequence of characters i.e. it has the same sequence of letters when reading forwards and backward direction.

Example : racecar
tenet
rotor
madam

************* Must Watch Videos For Web Development *************



😍😍 Check Programming Videos in One Hour👇

*********** CLICK HERE TO WATCH *************

***************** MUST WATCH VIDEOS ******************

Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi

Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.

Don't Forget to Follow me on all Social Network,

Рекомендации по теме
Комментарии
Автор

Ye logic lagane se interviewer turant reject kar dega.

ankursharma
Автор

These interview questions are helping me a lot!! 😎

pranavraj
Автор

thankyou sir please or aisa series banao

jagat
Автор

Hi Sir app best Kam kar rhe ho 👍🏻👍🏻👍🏻👍🏻

abbasalisunasara
Автор

Please upload video for reactjs interview questions, does javascript que also asked in reactjs interview ?

SagarTakoresdt
Автор

It will work even if you don't convert it into string.

centauricoder
Автор

Important --◆ 1. Payment gateway with react
2. Mini series on aap testing through jest or any others library

{ Ager student ko ye aana chaahiye ap acche se samjhate ho to aap ye dono video jrur upload kro }

anirudhsharma
Автор

Thapa jani Dear Sir plz ap node.js ki video complete upload kar do

muhammadshahid
Автор

bhai yar nodejs compelte ki video sent kardo

muhammadshahid
Автор

That's not the correct answer
"abc" === "cba"
false
const str =
str === "abc"
false
str == "abc"
false

mohdsahil