Programming For Beginners
Programming For Beginners
  • 582
  • 914 174
JavaScript Tutorial 12 - Data Types in JavaScript | Programming For Beginners
JavaScript Tutorial 12 - Data Types in JavaScript | Programming For Beginners
In this video by Programming for beginners we will see JavaScript Tutorial 12 - Data Types in JavaScript
JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to become a web developer. You can use JavaScript in frontend and backend technologies as well. This JavaScript tutorial series of JavaScript course will help you to build the foundation for you to become a better web developer.
JavaScript has 8 Datatypes:
1. String
2. Number
3. Bigint
4. Boolean
5. Undefined
6. Null
7. Symbol
8. Object (array, map, set, date, promises, custom objects and many more)
==========
JavaScript Tutorial Playlist:
th-cam.com/play/PLhyraTKIsw58sm538sUXpYByPScqBj6su.html
HTML CSS Projects Playlist:
th-cam.com/play/PLhyraTKIsw59GaxKI1L-PJuaK6HNLjOa0.html
Complete CSS Tutorial for Beginners Playlist:
th-cam.com/play/PLhyraTKIsw59LnnxzT1-TAKYU4_rf_UW1.html
Complete HTML Tutorial for Beginners Playlist:
th-cam.com/play/PLhyraTKIsw5_Po6C1xg3lgNNIY0Hl_8tR.html
Python Programs for Beginners Playlist:
th-cam.com/play/PLhyraTKIsw5-Hfkk-pGFmtyn1xYqKdKw8.html
Python Tutorial for Beginners Playlist:
th-cam.com/play/PLhyraTKIsw5_k9AyBNZh6YZhkX4eqP7Je.html
Java Tutorial for Beginners Playlist:
th-cam.com/play/PLhyraTKIsw5_WemVMvshNm-0aC7zfISCO.html
All Java Programs Playlist:
th-cam.com/play/PLhyraTKIsw59nQJKvZTKmNK2aMxHwvLOa.html
What is JavaScript ?
JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. It is also known as the scripting language for webpages. It is well-known for the development of web pages, and many non-browser environments also use it.
JavaScript is a weakly typed language (dynamically typed). JavaScript can be used for Client-side developments as well as Server-side developments. JavaScript is both an imperative and declarative type of language. JavaScript contains a standard library of objects, like Array, Date, and Math, and a core set of language elements like operators, control structures, and statements.
- Client-side: It supplies objects to control a browser and its Document Object Model (DOM). Like if client-side extensions allow an application to place elements on an HTML form and respond to user events such as mouse clicks, form input, and page navigation. Useful libraries for the client side are AngularJS, ReactJS, VueJS, and so many others.
- Server-side: It supplies objects relevant to running JavaScript on a server. For if the server-side extensions allow an application to communicate with a database, and provide continuity of information from one invocation to another of the application, or perform file manipulations on a server. The useful framework which is the most famous these days is node.js.
- Imperative language - In this type of language we are mostly concerned about how it is to be done. It simply controls the flow of computation. The procedural programming approach, object, oriented approach comes under this as async await we are thinking about what is to be done further after the async call.
- Declarative programming - In this type of language we are concerned about how it is to be done, basically here logical computation requires. Her main goal is to describe the desired result without direct dictation on how to get it as the arrow function does.
How to Link JavaScript File in HTML ?
JavaScript can be added to HTML file in two ways:
Internal JS: We can add JavaScript directly to our HTML file by writing the code inside the script tag. The script tag can either be placed inside the head or the body tag according to the requirement.
External JS: We can write JavaScript code in another files having an extension.js and then link this file inside the head tag of the HTML file in which we want to add this code.
TH-cam Gears:
Microphone: amzn.to/3iIk5K3
Mouse: amzn.to/35irmNF
Laptop: amzn.to/3iG0jyD
#JavaScriptTutorial #JavaScript #JavaScriptCourse #webdevelopment #programmingforbeginners
============================
LIKE | SHARE | COMMENT | SUBSCRIBE
Thanks for watching :)
มุมมอง: 20

วีดีโอ

JavaScript Tutorial 11 - String in JavaScript | Programming For Beginners
มุมมอง 272 ชั่วโมงที่ผ่านมา
JavaScript Tutorial 11 - String in JavaScript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 11 - String in Javascript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to become a web developer. Yo...
JavaScript Tutorial 10 - Exercise on Arithmetic Operators in Javascript
มุมมอง 3112 ชั่วโมงที่ผ่านมา
JavaScript Tutorial 10 - Exercise on Arithmetic Operators in Javascript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 10 - Practice Exercise on Arithmetic Operators in Javascript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming l...
JavaScript Tutorial 9 - Comparison Operators in Javascript | Programming For Beginners
มุมมอง 2414 ชั่วโมงที่ผ่านมา
JavaScript Tutorial 9 - Comparison Operators in Javascript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 9 - Comparison Operators in Javascript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to ...
JavaScript Tutorial 8 - Assignment Operators in Javascript | Programming For Beginners
มุมมอง 3016 ชั่วโมงที่ผ่านมา
JavaScript Tutorial 8 - Assignment Operators in Javascript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 8 - Assignment Operators in Javascript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to ...
JavaScript Tutorial 7 - Arithmetic Operators in Javascript | Programming For Beginners
มุมมอง 2221 ชั่วโมงที่ผ่านมา
JavaScript Tutorial 7 - Arithmetic Operators in Javascript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 7 - Arithmetic Operators in Javascript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to ...
JavaScript Tutorial 6 - Variables in JavaScript (var vs let vs const) | Programming For Beginners
มุมมอง 36วันที่ผ่านมา
JavaScript Tutorial 6 - Variables in Javascript (var vs let vs const) | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 6 - Variables in JavaScript (var vs let vs const) JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and m...
JavaScript Tutorial 5 - Exercise: Find sum of Numbers Entered by user in JavaScript
มุมมอง 4414 วันที่ผ่านมา
JavaScript Tutorial 5 - Exercise: Find sum of Numbers Entered by user in JavaScript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 5 - Exercise: Find sum of Numbers Entered by user in JavaScript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popula...
JavaScript Tutorial 4 - Output in JavaScript | Programming For Beginners
มุมมอง 4314 วันที่ผ่านมา
JavaScript Tutorial 4 - Output in JavaScript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 3 - DOM Selectors to find HTML Elements in JavaScript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and must learn language to...
JavaScript Tutorial 3 - DOM Selectors to find HTML Elements in JavaScript
มุมมอง 5914 วันที่ผ่านมา
JavaScript Tutorial 3 - DOM Selectors to find HTML Elements in JavaScript | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 3 - DOM Selectors to find HTML Elements in JavaScript JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming langua...
JavaScript Tutorial 2 - Change HTML Content using JavaScript innerHTML
มุมมอง 4921 วันที่ผ่านมา
JavaScript Tutorial 2 - Change HTML Content using JavaScript innerHTML | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 2 - Change HTML Content using JavaScript innerHTML JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular programming language and...
JavaScript Tutorial 1 - Introduction, NodeJS Installation & Hello World Example
มุมมอง 11621 วันที่ผ่านมา
JavaScript Tutorial 1 - Introduction, NodeJS Installation & Hello World Example | Programming For Beginners In this video by Programming for beginners we will see JavaScript Tutorial 1 - Introduction, NodeJS Installation & Hello World Example JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. JavaScript is the world's most popular progra...
HTML CSS Project 10 - Simple Registration Form in HTML & CSS
มุมมอง 1.6K21 วันที่ผ่านมา
HTML CSS Project 10 - Simple Registration Form in HTML & CSS
HTML CSS Project 9 - Instagram Analytics Data Icons in HTML & CSS
มุมมอง 56721 วันที่ผ่านมา
HTML CSS Project 9 - Instagram Analytics Data Icons in HTML & CSS
HTML CSS Project 8 - Card Hover Animation in HTML & CSS | Programming For Beginners
มุมมอง 72021 วันที่ผ่านมา
HTML CSS Project 8 - Card Hover Animation in HTML & CSS | Programming For Beginners
HTML CSS Project 7 - Button Hover Animation in HTML & CSS | Programming For Beginners
มุมมอง 39821 วันที่ผ่านมา
HTML CSS Project 7 - Button Hover Animation in HTML & CSS | Programming For Beginners
HTML CSS Project 6 - Social Media Icons in HTML & CSS | Programming For Beginners
มุมมอง 27128 วันที่ผ่านมา
HTML CSS Project 6 - Social Media Icons in HTML & CSS | Programming For Beginners
HTML CSS Project 5 - Loading Animation in HTML & CSS
มุมมอง 75หลายเดือนก่อน
HTML CSS Project 5 - Loading Animation in HTML & CSS
HTML CSS Project 4 - Create a glowing border around an Search bar
มุมมอง 58หลายเดือนก่อน
HTML CSS Project 4 - Create a glowing border around an Search bar
HTML CSS Project 3 - Simple Login Form in HTML & CSS
มุมมอง 105หลายเดือนก่อน
HTML CSS Project 3 - Simple Login Form in HTML & CSS
HTML CSS Project 2 - Responsive Navigation Bar in HTML & CSS (Navbar)
มุมมอง 100หลายเดือนก่อน
HTML CSS Project 2 - Responsive Navigation Bar in HTML & CSS (Navbar)
HTML CSS Project 1 - Create a Simple Calculator in HTML & CSS
มุมมอง 165หลายเดือนก่อน
HTML CSS Project 1 - Create a Simple Calculator in HTML & CSS
CSS Tutorial #79 - optional & required pseudo class in CSS | Programming For Beginners
มุมมอง 42หลายเดือนก่อน
CSS Tutorial #79 - optional & required pseudo class in CSS | Programming For Beginners
CSS Tutorial #78 - Center HTML Element inside div Element in CSS | Programming For Beginners
มุมมอง 29หลายเดือนก่อน
CSS Tutorial #78 - Center HTML Element inside div Element in CSS | Programming For Beginners
CSS Tutorial #77 - Exercise on Grid Layout - Making Sidebar & Content | Programming For Beginners
มุมมอง 31หลายเดือนก่อน
CSS Tutorial #77 - Exercise on Grid Layout - Making Sidebar & Content | Programming For Beginners
CSS Tutorial #76 - Grid Layout in CSS | Programming For Beginners
มุมมอง 348หลายเดือนก่อน
CSS Tutorial #76 - Grid Layout in CSS | Programming For Beginners
CSS Tutorial #75 - Simple Responsive Design using Flexbox in CSS | Programming For Beginners
มุมมอง 258หลายเดือนก่อน
CSS Tutorial #75 - Simple Responsive Design using Flexbox in CSS | Programming For Beginners
CSS Tutorial #74 - Creating Navigation Bar using Flexbox in CSS | Programming For Beginners
มุมมอง 88หลายเดือนก่อน
CSS Tutorial #74 - Creating Navigation Bar using Flexbox in CSS | Programming For Beginners
CSS Tutorial #73 - Flex Responsive in CSS | Programming For Beginners
มุมมอง 37หลายเดือนก่อน
CSS Tutorial #73 - Flex Responsive in CSS | Programming For Beginners
CSS Tutorial #72 - Media Queries in CSS | Programming For Beginners
มุมมอง 66หลายเดือนก่อน
CSS Tutorial #72 - Media Queries in CSS | Programming For Beginners

ความคิดเห็น

  • @deadpool-wp1eq
    @deadpool-wp1eq ชั่วโมงที่ผ่านมา

    Subbed

  • @Allyspinkyworld
    @Allyspinkyworld 18 ชั่วโมงที่ผ่านมา

    thanks for the expleanantion it was very easy to understand the topic after watching your video 🙂

  • @VelusamyVelu
    @VelusamyVelu 23 ชั่วโมงที่ผ่านมา

    Hi, while I'm an experienced Java developer, I find your 'Programming for Beginners' series very helpful. In the video at the 36-second mark th-cam.com/video/FuuNe2dAqfY/w-d-xo.html, you mention 'const str = 'Programming...''. Just wanted to point out that this is actually a constant, not a variable. Keep up the great work with the series! I really enjoy it.

    • @programmingforbeginners7392
      @programmingforbeginners7392 23 ชั่วโมงที่ผ่านมา

      Thanks for pointing it out.. will make a note of it after 15th video

  • @praveenrajchintada6781
    @praveenrajchintada6781 วันที่ผ่านมา

    out of the div we provide diff p tags, then how to make hover for 2nd or 3rd p tag

  • @ganeshkrishnaiaha8104
    @ganeshkrishnaiaha8104 วันที่ผ่านมา

    Sir string and array program are not covered so plz can u cover those also sir

  • @ganeshkrishnaiaha8104
    @ganeshkrishnaiaha8104 วันที่ผ่านมา

    Sir, can u teach playwright tool for API automation - Api testing

  • @MohammadShafi194
    @MohammadShafi194 วันที่ผ่านมา

    this is really helpful

  • @gayatrishirishkhairnar2341
    @gayatrishirishkhairnar2341 2 วันที่ผ่านมา

    In eclipse ide it is not considering string after a space means i took string from user i.e java is super so it just reversed java only not other words

    • @programmingforbeginners7392
      @programmingforbeginners7392 2 วันที่ผ่านมา

      probably the way you are taking input from user is not taking the space character from user. Which class you are using to take user input?

    • @gayatrishirishkhairnar2341
      @gayatrishirishkhairnar2341 2 วันที่ผ่านมา

      @@programmingforbeginners7392 string datatype from user and public class

    • @gayatrishirishkhairnar2341
      @gayatrishirishkhairnar2341 2 วันที่ผ่านมา

      @@programmingforbeginners7392 public class

    • @gayatrishirishkhairnar2341
      @gayatrishirishkhairnar2341 2 วันที่ผ่านมา

      To take user defined string I used scanner

  • @Straight_Hustle.
    @Straight_Hustle. 2 วันที่ผ่านมา

    Sir I need to know how much java is suitable to start DSA preparation ? I have done core Java topics as of now.

  • @Sjjsjam
    @Sjjsjam 3 วันที่ผ่านมา

    Sir make oneshot of css

  • @Dr.K.SaravanakumarPhD
    @Dr.K.SaravanakumarPhD 3 วันที่ผ่านมา

    It is really very informative and useful video. I thank you for this valuable presentation and i will play this video to my students.

    • @programmingforbeginners7392
      @programmingforbeginners7392 2 วันที่ผ่านมา

      thank you so much. find all my videos on python along with programs for practice in this playlist and share with your students: Link: th-cam.com/play/PLhyraTKIsw5_k9AyBNZh6YZhkX4eqP7Je.html

  • @MUHAMMADOMAR-hf6vr
    @MUHAMMADOMAR-hf6vr 4 วันที่ผ่านมา

    Thanks

  • @heptagaming2k5
    @heptagaming2k5 5 วันที่ผ่านมา

    You are doing a great job brother, keep going 🎉🔥

  • @muhammadjauharuddinmj
    @muhammadjauharuddinmj 6 วันที่ผ่านมา

    I think there are need additional 1 elif more, because there are possibility same number from 3 input numbers. For example num1 = 5, num2 = 5, num3 = 5, if we use code above will be return value "Third number is largest".

  • @hello-xo4zm
    @hello-xo4zm 6 วันที่ผ่านมา

    Thank you sir

  • @ManishKumar-cd2ry
    @ManishKumar-cd2ry 6 วันที่ผ่านมา

    Sir aap video bahut achhi banate ho sir

  • @enjumsudhakar350
    @enjumsudhakar350 7 วันที่ผ่านมา

    really it is very simple to learn the coding super bro and tq

  • @rsKayiira
    @rsKayiira 8 วันที่ผ่านมา

    Best explanation wish you had a playlist on Multithreading

  • @saranikiprajith3170
    @saranikiprajith3170 9 วันที่ผ่านมา

    Y in Java test cases show skipped even though output is correct

  • @notDaBestBoii
    @notDaBestBoii 9 วันที่ผ่านมา

    Thank you so much

  • @darkkinggamer604
    @darkkinggamer604 9 วันที่ผ่านมา

    thank you!!

  • @rsKayiira
    @rsKayiira 9 วันที่ผ่านมา

    This so well explained

  • @CyberFlare-fn9kn
    @CyberFlare-fn9kn 12 วันที่ผ่านมา

    Is there any way to make a method that works on all expected inputs of a power function, meaning if the user inputs base as 4 and power as 1/2 the method should return 2, or if the user enters negative powers it should return the expected result.

  • @MahaDev-cx1ij
    @MahaDev-cx1ij 13 วันที่ผ่านมา

    Very impressive and wow presentation

  • @fsocietydat00
    @fsocietydat00 13 วันที่ผ่านมา

    Sir everything is very perfect but sir apkha...channel youtube kee search engine meey nahi ahh rahh ! Bahut dundhne...kee baad Mila hyy🥲😭

  • @All-in-one_pvtltd
    @All-in-one_pvtltd 14 วันที่ผ่านมา

    make a video on json&jquery for java delpr

  • @krishtest9392
    @krishtest9392 15 วันที่ผ่านมา

    Thank you sir😊

  • @lrpbro6945
    @lrpbro6945 15 วันที่ผ่านมา

    Thank you bro

  • @sravanipudu
    @sravanipudu 17 วันที่ผ่านมา

    I am very confused about this concept.. now it's all cleared my doubts .. thank you

  • @vinaypatil8039
    @vinaypatil8039 17 วันที่ผ่านมา

    sir you have the html and css notes means can u send me please

  • @mayurimasengupta793
    @mayurimasengupta793 18 วันที่ผ่านมา

    Very helpful

  • @Ajay-vs3gv
    @Ajay-vs3gv 18 วันที่ผ่านมา

    Doing more videos on javascript please

  • @phantomRBLX2003
    @phantomRBLX2003 18 วันที่ผ่านมา

    i dont understand explain better pls

    • @user-fw3vs7tm1v
      @user-fw3vs7tm1v 3 วันที่ผ่านมา

      what part you dont understand i will explain

  • @Ajay-vs3gv
    @Ajay-vs3gv 19 วันที่ผ่านมา

    Thanks Boss

  • @Ajay-vs3gv
    @Ajay-vs3gv 19 วันที่ผ่านมา

    Please do videos on javascript

    • @programmingforbeginners7392
      @programmingforbeginners7392 14 วันที่ผ่านมา

      yes in progress.. watch here: th-cam.com/play/PLhyraTKIsw58sm538sUXpYByPScqBj6su.html

  • @Ajay-vs3gv
    @Ajay-vs3gv 19 วันที่ผ่านมา

    THANKS FOR PROVIDING VALUABLE CONTENT

  • @Ajay-vs3gv
    @Ajay-vs3gv 19 วันที่ผ่านมา

    Nice

  • @navya1433
    @navya1433 19 วันที่ผ่านมา

    why do we need to put "* " space here after star?

    • @programmingforbeginners7392
      @programmingforbeginners7392 19 วันที่ผ่านมา

      To separate all stars with space character so that it looks good with enough spaces

  • @Ajay-vs3gv
    @Ajay-vs3gv 19 วันที่ผ่านมา

    Nice

  • @tanyasingh818
    @tanyasingh818 20 วันที่ผ่านมา

    Huge respect from this side sir please go with the flow for solving more such problems and once again thank you so much for helping us ❤

  • @Rajkumar32356
    @Rajkumar32356 20 วันที่ผ่านมา

    How to sort alphanumeric

  • @shyammaharjan1794
    @shyammaharjan1794 20 วันที่ผ่านมา

    Thank you sir Which one application is this ? Java netbeans ?

  • @sarves2482
    @sarves2482 20 วันที่ผ่านมา

    why are we entering name in the input field?

  • @Ajay-vs3gv
    @Ajay-vs3gv 20 วันที่ผ่านมา

    Please doing more videos on javascript

  • @blueMango852
    @blueMango852 21 วันที่ผ่านมา

    Source code please

  • @phanikande8814
    @phanikande8814 22 วันที่ผ่านมา

    Nice Explanation Sir 🙂

  • @edsHTML
    @edsHTML 22 วันที่ผ่านมา

    nice animation 😀

  • @chinmayabiswal8446
    @chinmayabiswal8446 23 วันที่ผ่านมา

    Nice vid sir, we need more like this, this vids helps a lot to learn more and new things

  • @dan-us6nk
    @dan-us6nk 23 วันที่ผ่านมา

    Good!

  • @lakshmiprasadreddy516
    @lakshmiprasadreddy516 24 วันที่ผ่านมา

    Super video