Tag: java

  • #11 JavaScript Tutorial | For Loop

    Loops can execute a block of code a number of times. Loops are handy, if you want to run the same code over and over again, each time with a different value. The ‘for‘ loop is the most compact form of looping. It includes the following three important parts − The loop initialization where we…

  • #5 JavaScript Tutorial | VS code Theme & Live Server Plugin Setup

    In this video, we will setup up our Visual Studio Code text editor with some basic themes and more importantly we will setup a new plugin/extension known as Live Server by Ritwick Dey. This extension creates a local server on the system and runs in the background to constantly check for changes that you perform…

  • #6 JavaScript Tutorial | Variables & Data Types

    In this video tutorial we will study and understand the concept of Variables & Data Types in JavaScript. Variables – Following are some basic definitions of variables in a typical programming language context. A variable provides us with a named storage that our programs can manipulate. It is the basic unit of storage in a…

  • #14 JavaScript Tutorial | Functions

    Functions are one of the fundamental building blocks in JavaScript. A function is a JavaScript procedure—a set of statements that performs a task or calculates a value. A JavaScript function is a block of code designed to perform a particular task. A JavaScript function is executed when “something” invokes it (calls it). Why Functions? You…

  • Google-like BUTTON RIPPLE EFFECT in Pure CSS & JavaScript Tutorial

    A simple way to make your own button ripple effect, similar to that found in Google’s material design. Code can be found here: https://github.com/GeekLaunch/button-ripple-effect Live demo: https://geeklaunch.github.io/button-ripple-effect/index.html Note that this code is my own original creation, not copied from any external source. GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5,…

  • JavaScript Tutorial for Beginners | Full Course

    Learn JavaScript in One Video 1) Why you should learn JavaScript ? – 00:26 2) What is Document Object Model (DOM) – 06:19 3) First Hello World Program – 16:15 4) Statements & Comments – 25:19 5) VS code Theme & Live Server Plugin Setup – 29:47 6) Variables & Data Types – 36:46 7)…

  • JavaScript Programming All-in-One Tutorial Series (9 HOURS!)

    This is everything you need to know to get started as a JavaScript Programming Software developer / Software engineer. We start off with the super basics and work our way to intermediate topics. Special thank you to IBM Call for Code for supporting this video. They are doing great work to help this world in…

  • JavaScript Patterns: The Traditional Module Pattern

    The module pattern is an important pattern to learn in JavaScript. We will dive into this pattern in this tutorial. Would you like to help keep this channel going? https://www.patreon.com/allthingsjavascript Access to EVERY course (get 2 months free): https://www.skillshare.com/r/profile/Steven-Hancock/24508 Courses offered on Udemy at a discount: Getting Started: https://www.udemy.com/learn-modern-javascript-getting-started/?couponCode=GETTINGSTARTED2019 Advanced Topics: https://www.udemy.com/learn-modern-javascript-advanced-topics/?couponCode=ADVANCED2019 Mastering Regular Expressions…

  • Javascript Tutorial For Beginners 2017 introduction 1

    Use JavaScript to add new features and a richer, more compelling user interface on web pages. This course keeps current best practices and practical uses for JavaScript in mind, while covering syntax, working with the DOM, and developing and debugging across multiple platforms, devices, and browsers. I Will also shows how to progressively enhance and…

  • Javascript Tutorial For Beginners 2017 Switch Statement 6

    Do you want to develop Dynamic Websites ? then Use JavaScript to add new features and a richer, more compelling user interface on web pages. This course keeps current best practices and practical uses for JavaScript in mind, while covering syntax, working with the DOM, and developing and debugging across multiple platforms, devices, and browsers.…