Javascript Full Course in Tamil| JavaScript Course | Logic First Tamil

  Рет қаралды 315,565

Logic First Tamil

Logic First Tamil

Күн бұрын

Javascript course with indepth explanations in tamil.
00:00:00 - Prerequisite and Intro
00:04:23 - Installing VS code and getting started
00:09:53 - Variables
00:17:07 - External js
00:18:25 - Operators
00:42:05 - prompt
00:45:52 - DOM
00:50:00 - Length Converter
01:05:10 - Math object
01:09:12 - String
01:19:12 - Template literals
01:23:19 - Arrays
01:27:28 - 2d array
01:29:14 - Array Methods
01:42:27 - If else
01:49:42 - FD interest rate calculator
02:00:00 - Switch
02:01:21 - CityStats tool
02:03:44 - Event Listener
02:21:03 - Objects
02:32:07 - Loops
02:51:05 - Color Flipper
03:04:28 - Function types
03:24:54 - Callback
03:30:04 - ForEach
03:38:58 - Map,Filter Reduce
03:56:57 - Returning Functions and Closure
04:08:43 - Memory Allocation
04:15:45 - Set and Map
04:24:17 - Solving Leetcode Questions
05:28:09 - Object Oriented Programming
06:09:55 - Asynchronous Javascript
06:29:26 - Digital Clock
06:40:30 - Promise
07:02:45 - Error Handling
07:07:48 - Async and Await
07:15:21 - JSON
07:21:04 - Fetch API
07:36:47 - Currency Converter
07:59:03 - Todo List
08:10:36 - Using Local Storage
Github CodeLink - github.com/LogicFirstTamil
Notion link for code - balanced-quince-db1.notion.si...
HTML,CSS and JS projects - • 5 Projects in HTML,CSS...
Joke API - github.com/15Dkatz/official_j...
APIs list - github.com/public-apis/public...
Currency converter - www.frankfurter.app/
----------------------------------------------------------------------------------------------------------------
courses and playlists
Javascript Playlist: • Javascript
HTML and CSS: • Html and CSS
SQL: • SQL
DS and ALGO in C/CPP: • Introduction to Data S...
DS and ALGO in Java: • Introduction to Data S...
Python Full Course with game: • Learn Python in Tamil ...
Java Playlist: • Learn Java in Tamil
Java one video: • Java Full Course in Ta...
C Interview program playlist: • C Interview Programs i...
C programming in one video: • C Programming in Tamil...
C programming playlist: • Introduction to C prog...
C++ Playlist link: • C++ Programming in Tamil
English channel link: / @logicfirst31

Пікірлер: 285
@kannankannan3200
@kannankannan3200 5 ай бұрын
~they : hey! yaru KZbin channel pathuda padikira.. ~ mine : in my suggestion akka da (LogicFirstTamil 🔥) 👌🏼😌
@sakthivelk1695
@sakthivelk1695 Жыл бұрын
Mam next react js course start pannuga mam
@tomjerry0796
@tomjerry0796 Жыл бұрын
Yes mam I completed this start
@AjithKumar-cf1fq
@AjithKumar-cf1fq Жыл бұрын
Yes mam react js ku oru video podunga I has high demand now
@ruthra5398
@ruthra5398 Жыл бұрын
Yes
@elninojc3470
@elninojc3470 Жыл бұрын
Please
@MindfulMinutes0797
@MindfulMinutes0797 11 ай бұрын
Yes mam
@_hades5_
@_hades5_ Жыл бұрын
Waited for this one, thank you so much ka❤
@sathishkumar-zx6uy
@sathishkumar-zx6uy Жыл бұрын
Mam ,You done a great job, its very useful for me
@pavithrangt
@pavithrangt Жыл бұрын
SUPER MAM..GREAT JOB.. Clear explanation
@clouddrive6833
@clouddrive6833 Жыл бұрын
Mam your Videos are so good in explanation and you have also added projects it is really very helpful for Us...Well wishes for your future
@BALAJi-tk8mp
@BALAJi-tk8mp Жыл бұрын
Really your session more valuable, include async and complex topic you easy to explain
@abdulnazar5557
@abdulnazar5557 Жыл бұрын
Hello sister ur videos are very useful to learn web developement and teach PHP ❤
@abieshakthis2543
@abieshakthis2543 Жыл бұрын
Tq so much mam , it's really interesting that the way u teach 💥💥
@udhaya2757
@udhaya2757 Жыл бұрын
“If you can't explain it simply, you don't understand it well enough” It's the best quote, don't change this mindset for anybody......
@sharmilabanu8463
@sharmilabanu8463 10 ай бұрын
mam you have good explanation skills...i have learned html,css,js in your channel..Expecting you to provide reactjs course
@son_of_godz
@son_of_godz Жыл бұрын
Akka react native soli thaga ka next class neega dha elaruku understand aagura maari easy ya teach panringa teaching skill natural la vae iruku ungaluku ✨elarumae understand panra maari solikodukuringa keep doing and make more students to develop their skill in coding by watching your video akka ♥️
@vengadeshvrh
@vengadeshvrh Жыл бұрын
Super akka, romba easy ya understand panra mathiri solli tharinga.. Hats off ka🙏🙏😍
@BEC-SATHISHA
@BEC-SATHISHA 5 ай бұрын
bro epdii excerise la random name panrathu nu sollu bro
@vallal7067
@vallal7067 Жыл бұрын
one of the best videos to understand javascript in tamil...i saw so many videos but this video is clear
@CodeWithJs18
@CodeWithJs18 12 күн бұрын
Naa oru KZbin channel create panni irukae adhula Java script program slove panni video upload pandre yaarukachu venumna pathukonga
@ezhillarasi3655
@ezhillarasi3655 Жыл бұрын
Hello Madam.. Your videos are very understandable and clear .The way you are teaching is crystal clear. Thankyou so much for your videos.
@kumarVinith2681
@kumarVinith2681 Жыл бұрын
Hii ezhillarasi3655.. I have one doubt in switch case exercise program called calculator without buttons. If you know the ans,could u please share .. Actually I am new to javascript.And I am finding difficult to understand the language.
@sathishkumar-zx6uy
@sathishkumar-zx6uy Жыл бұрын
duration 1:42:02 exercise answers let arr=[5,8,10,7,9,11] arr.splice(3,3,17,19,111) arr.unshift(100) arr.push(1000) arr.splice(3,0,0) console.log(arr)
@rathshroff5999
@rathshroff5999 9 ай бұрын
Mam you are really awesome 😎🔥 your explanation is too good. I understand as well
@cctembedded4218
@cctembedded4218 Жыл бұрын
Clear explanation.. 👍👍
@INGCI_3694
@INGCI_3694 11 ай бұрын
Your tutorial is good for all category people, please upload react JS Course ...
@shankerm3959
@shankerm3959 Жыл бұрын
Great job! 👍
@krithikbalajig6400
@krithikbalajig6400 Жыл бұрын
Akka.. Please React and node js video podunge.. Oru mini project oda.... Interview kum career kum romba helpfulah irukum❤️
@akashavinash1791
@akashavinash1791 9 ай бұрын
You are awesome teacher Mam. You explain very slowly and clearly. Hats off to you.!!!!. Please do videos on React JS also
@BEC-SATHISHA
@BEC-SATHISHA 5 ай бұрын
bro epdii excerise la random name panrathu nu sollu bro
@karthikkeyan9049
@karthikkeyan9049 Жыл бұрын
Thanks lot madam. Naa HTML and css complete pannitten and oru project um panni parthe ungala polave. Ipo java script um learn pandre. Madam c# and .net course um podunga madam yennoda career ku useful ah irukkum. Yenna pola tutorial centre ku poga mudiyama irukkuravangalukkum useful ah irukkum..
@venkatrohit5993
@venkatrohit5993 2 ай бұрын
Rompa thanks akkka.... I'm improve my Js Skills..💪
@selvanm2872
@selvanm2872 Жыл бұрын
thank you mam , your voice and teaching skills very nice
@user-iv1lw5cj7z
@user-iv1lw5cj7z Жыл бұрын
Thanks a lot mam. It was very much useful for me and for my friends. We have learnt a lot from your channel. Could please upload Dot net course video also mam?
@hazzanswethan1205
@hazzanswethan1205 9 ай бұрын
yes dot net videos pls
@basavajm2939
@basavajm2939 Жыл бұрын
Tq you mam! Love from Bangalore
@kakamoora7874
@kakamoora7874 4 ай бұрын
thank you for the great journey
@sathishs8820
@sathishs8820 Жыл бұрын
Hi mam I need simple basic program in Java like 1. Adding two numbers 2. Swaping without using third veritable etc..
@user-su2nh6bb3o
@user-su2nh6bb3o 8 ай бұрын
hi mam ur teaching is very excelent .i learn coding from ur videos.pls upload full video react js this advance react js full video upload panunga .athigama react js pathi youtubla illa so pls upload pannunga
@beardo_bOy0407
@beardo_bOy0407 10 ай бұрын
very very useful akka!!tqq fa ur goalz
@Ragul1414
@Ragul1414 6 ай бұрын
Thank you mam this is absolutely wonderful teaching. 👏👍 I never forget it mam. ❤ do more videos like this. It's very helpful for those who want to achieve her goals from middle class family. 🎉🙏
@BEC-SATHISHA
@BEC-SATHISHA 4 ай бұрын
bro palindrome program answer solunga bro...!
@prabhuganesanin
@prabhuganesanin 2 ай бұрын
very nice tutorial. Thanks
@PinkInfo
@PinkInfo Жыл бұрын
Java jobs eppidi irukkum? Only code type panni output all"zero"nu vantha mattum pothuma? Only coding type panntrathu mattuthan velaiya? Mattrpadi website create pantrathu, design, option make pantrathu intha Madhuri irukkuma?
@vasanthiD-pq6fu
@vasanthiD-pq6fu Жыл бұрын
Mam really super next AngularJS class start pannuga
@SanjayA-lz1rm
@SanjayA-lz1rm Жыл бұрын
Thank you so much mam👍💯
@saravanakumarmylsamy2835
@saravanakumarmylsamy2835 Жыл бұрын
Thanks for the Tutorial
@Joel-gb8cm
@Joel-gb8cm Жыл бұрын
thank you so much akka ❤
@syedibramsha4499
@syedibramsha4499 Жыл бұрын
Which software you use laragon or node?
@varathannk264
@varathannk264 Жыл бұрын
Thank you so much akka
@srikannan7223
@srikannan7223 Жыл бұрын
Hi mam..Your js videos are easy to understand...Can you upload React js course mam.....
@user-zk4iq8qp3h
@user-zk4iq8qp3h Жыл бұрын
very understandable and clear
@Sundar-re4dk
@Sundar-re4dk Жыл бұрын
Semma cute 🥰 neenga
@arunchenthuran
@arunchenthuran Жыл бұрын
thankyou so much sister...
@micmacsenthil1380
@micmacsenthil1380 11 ай бұрын
Your way of teaching method is very nice mam... Can i get any youtube link for learning ember js in tamil pleas?
@gameover007
@gameover007 Жыл бұрын
Thank you mam 💕
@sundarapandim1104
@sundarapandim1104 Жыл бұрын
Kindly post video about React JS & Node JS
@ajithdancer-kr1lu
@ajithdancer-kr1lu Жыл бұрын
Madam pls upload full course of react js and node
@kumarbharath-up5qn
@kumarbharath-up5qn Жыл бұрын
Mam you are awesome. Neenga solli tharathu super ah puriyuthu... Apadiye job updates ethavathu kudunga pls....i am from non it background and 2019 passed out.... Mudunja pls Help me find a job in IT.
@Ayeshu31000
@Ayeshu31000 Жыл бұрын
I too i same situation
@varnasuthansrirangan
@varnasuthansrirangan 11 ай бұрын
Macbook la vscode use paneka console epadi eduthu use panrathu.?
@vishnut.a.1902
@vishnut.a.1902 Жыл бұрын
❤❤❤❤❤❤❤❤❤ Thanks for logic first
@mylv4540
@mylv4540 Жыл бұрын
Thank you so much
@techiedotsubash8313
@techiedotsubash8313 Жыл бұрын
Thank you sooo much.
@madhavan.schemical1493
@madhavan.schemical1493 9 ай бұрын
Next react js ku video upload pannunga mam, I watched more videos for react no one explained clearly like you. So please upload react js video mam
@sriram_L
@sriram_L Жыл бұрын
Will u put videos for AWS ?Im eagerlyI wait for it.
@nunoalexandre6408
@nunoalexandre6408 8 ай бұрын
Love it!!!!!!!!!!!!!!!!!!!
@manojkumarrathinam1641
@manojkumarrathinam1641 Жыл бұрын
Thank you akka🥰😍
@chow3735
@chow3735 Жыл бұрын
Mam Unagala Paatha Kaal la Vizhunthu kumbuduven!😇🙏🏼 Unga way of teaching Kuzhanthaikku kuda easy ya purinjurum!😭
@muheshkumar6285
@muheshkumar6285 Жыл бұрын
Thanks a lot for your tutorial mam🙏❤I have learned a lot from your videos. Java, Javascript, HTML, CSS, SQL. please do more like this, Thanks for guiding our career. Forever grateful to you 🙏🤗
@papercraft3602
@papercraft3602 Жыл бұрын
😂😢vu😅
@papercraft3602
@papercraft3602 Жыл бұрын
😢wu_😢
@papercraft3602
@papercraft3602 Жыл бұрын
uu wtuay5tau7 hw😢 0:47 😊
@papercraft3602
@papercraft3602 Жыл бұрын
uu wtuay5tau7 hw8😢 0:47 😊
@papercraft3602
@papercraft3602 Жыл бұрын
uu wtuay5tau7 hw8😢 0:47 😊
@divyashreev4762
@divyashreev4762 11 ай бұрын
Mam , next we need angular course ❤
@jayasribalamurali6355
@jayasribalamurali6355 Жыл бұрын
Mam,need react, angular and vue js
@programmingloop1603
@programmingloop1603 Жыл бұрын
Mam pyrhonla irukkura dictionary maadhiri javascriptla object ah , illa class madhiriyah ?????😊
@SANJAY-ve9ub
@SANJAY-ve9ub 5 ай бұрын
Mam what is the similarity between Java class and JavaScript object?
@AnshadAli-vv8kz
@AnshadAli-vv8kz Жыл бұрын
REact Js video podungaka
@madhankumar1058
@madhankumar1058 Жыл бұрын
Hi ka, Next uh React JS with Next JS framework Complete course podunga, custom hooks concept concept oda...
@anupriyasusi5375
@anupriyasusi5375 5 ай бұрын
Hi mam, how to convert input into string and then how we can split it by operator. Please give a hint for this. It would help us a lot
@Men-zz
@Men-zz Жыл бұрын
Yes mam next pls start react mam
@sundarapandim1104
@sundarapandim1104 Жыл бұрын
Kindly update video about OpenAI Function Calling... Recently OpenAI Announced this feature... Plz postclear video regarding this.
@sundarapandim1104
@sundarapandim1104 Жыл бұрын
Kindly we request you plz post React JS, Express JS & Node JS
@mmanikandan7125
@mmanikandan7125 Жыл бұрын
stopwatch idea solunga mam yaravathu pannirutha concept sollunga
@thulasimanis1548
@thulasimanis1548 10 ай бұрын
Happy Teacher's Day mam
@aarifsultan4583
@aarifsultan4583 7 ай бұрын
Akka!! How to insert multiple table values in MySQL workbench by using concatenate spreadsheet, ithuku oru video podunga kaa please...
@jumailahamed4913
@jumailahamed4913 10 ай бұрын
Thank a lot mam for teach me
@balajis3027
@balajis3027 Жыл бұрын
Mam please upload Spring and spring Boot full course
@saransakthivel8359
@saransakthivel8359 Жыл бұрын
Thank you Akka
@SURYAPRAKASHCS-fs5yf
@SURYAPRAKASHCS-fs5yf Жыл бұрын
Next React Js Course Podunga Akka Pls 🥺
@vengadeshvrh
@vengadeshvrh Жыл бұрын
Node js ku oru full tutorial video post pannunga ka
@amaresana9234
@amaresana9234 10 ай бұрын
Hi Akka React.js Start pannunga 🎉. More helpful for interview
@santhoshkumar-is7qb
@santhoshkumar-is7qb 10 ай бұрын
hi mam how to convert doller into variable pay
@yokeshpandian5914
@yokeshpandian5914 Жыл бұрын
Next angular js video poduga
@kaleeshvasu1842
@kaleeshvasu1842 Жыл бұрын
Next angular start pannunga sister 🙏🙏
@rrrrrrrr2741
@rrrrrrrr2741 Жыл бұрын
Hi mam can u please explain session and cookies in advance java mam
@noorulameen7688
@noorulameen7688 Жыл бұрын
Regex en cover pannala mam
@albingaming704
@albingaming704 Жыл бұрын
Mam Angular js and bootstrap class video poduinga
@venkateshp6331
@venkateshp6331 5 ай бұрын
Mam, Could you post Perl, XSLT Tutorial? If available in Tamil, pls share
@ramkumar-vf1vf
@ramkumar-vf1vf Жыл бұрын
What is difference between Java& javascript
@hivis09
@hivis09 Жыл бұрын
hi at 1:08:18 can't we use this Math.ceil(Math.random()*6) ??
@jayasurya5041
@jayasurya5041 5 ай бұрын
Then you will not get 0 as a random number at any point.
@crazyythunder
@crazyythunder Жыл бұрын
Mam I finished in converter in celsius
@thamotharan-xl8ce
@thamotharan-xl8ce Жыл бұрын
thanks sister and need j query course
@Raja-qf9sg
@Raja-qf9sg 4 ай бұрын
Mam please upload for react js 🤗❤
@kokilaj2789
@kokilaj2789 Жыл бұрын
Aggrid angular video potringala mam plz
@saravanant9130
@saravanant9130 Жыл бұрын
Mam PHP vedio upload pannununka please
@pavithrangt1291
@pavithrangt1291 Жыл бұрын
Mam next react js teach pannga Mam
@selvapriya4115
@selvapriya4115 Жыл бұрын
purpose of closure ?
@mohanasenthil242
@mohanasenthil242 Жыл бұрын
Pls start the react js course mam
@suryas7111
@suryas7111 Жыл бұрын
thank you akka
@mysteryWorld7o
@mysteryWorld7o 6 ай бұрын
Mam could you tech us react js course?
@sudharsansudan4997
@sudharsansudan4997 Жыл бұрын
Please real time project teach pannunga
@mohanprasath7395
@mohanprasath7395 11 ай бұрын
If any one can help how to get rendom letter in your name
@umavasan5273
@umavasan5273 11 ай бұрын
Console la score nu display aaglaa mam
@jaymohan7233
@jaymohan7233 Жыл бұрын
do you conduct any personal training classes
Form Validation Project | HTML, CSS and Javascript | Logic First Tamil
29:53
Javascript Promises | Easier than you think
17:20
JAFS Code School Tamil
Рет қаралды 10 М.
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 16 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 185 МЛН
КОМПОТ В СОЛО
00:16
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 31 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 54 МЛН
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 12 МЛН
5 Skills that can make you a PRO in Coding 💻✨ | Terv Pro
3:19
Terv Pro Tech
Рет қаралды 18 М.
Fastest way to become a Web Developer
9:47
Sahil & Sarra
Рет қаралды 599 М.
Gen Z Kaadhal Paavangal | Parithabangal
16:29
Parithabangal
Рет қаралды 1,5 МЛН
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 16 МЛН