String in Javascript | Must know string functions | JavaScript Course | Logic First Tamil

preview_player
Показать описание
Javascript course with indepth explanations in tamil.

00:00:00 - what is a string
00:42:00 - concat
00:01:20 - partioning string - slice,subString,substr
00:03:48 - replace
00:04:51 - toUpperCase, to - LoweCase
00:05:08 - length of string
00:05:22 - trim
00:05:55 - padding
00:06:50 - accessing characters in string
00:08:13 - searching characters
00:08:44 - searching words
00:09:04 - includes
00:09:21 - startsWith
00:09:36 - Exercise

----------------------------------------------------------------------------------------------------------------
courses and playlists

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

😍😍😍One Teacher, One Channel,
One Sister Can Be Change The Carrier🤩🤩🤩
🤗🤗🤗🤗Thanks Akka For Your Carring Videos 🥰🥰🥰

mathspulligal
Автор

My favourite coding teacher since my college days. Now I am working as a full stack web developer. The basement is build by you akka, Thank you so much

KarthikeyanS-fl
Автор

let name = "logicfirst"
* name.length)])

reshmabarvin
Автор

Sis I'm addicted ure teaching style avlo clear a puriuthu one more help enaku February month exam athukidaile C# program language video upload panni vitunga please its my kindly request

fathimarasmiya
Автор

function lettert(){
name='abcd';
let random =
console.log(random);
}

gokulraj
Автор

akka oru topic or method complete pannu bothu oru exercise kodhunga akka plz, practice panna easy ya irrukum

gokulramakrishnan
Автор

let name = 'Ironman'
let letter = Math.floor(Math.random() * name.length);
let randomLetter = name.charAt(letter);
console.log(randomLetter)

sifath
Автор

let name = "LogicFirst"
let random =

mohanrm
Автор

teach me how to model pop up in javascript?

karthick
Автор

Ennaku oru doubt JavaScript ellam function dhana....

santhoshsanthoshknowledge
Автор

let name = "shanmugam"
let output =
console.log(output);

shanmugamsundar
Автор

Let name="vicky"
Console. log(name[Math. round(Math. random())])

vigneshpalthurai
Автор

let name = "Success"
let random
name.charAt(random)

srivishnuparthipan
Автор

var naga="naga";
var len=naga.length;

nagasubramanian
Автор

function generate(){

const name =

var tmpName = "";
for(var i = 0; i < name.length; i++){

var tmpIdx =
tmpName += (tmpIdx < name.length &&

}

= "Result :: " + tmpName;

}

ThamizhanPS