Tag: reddy

  • #15 JavaScript Tutorial | Scope of Variables | Global vs Local

    Scope determines the accessibility (visibility) of variables. In JavaScript there are two types of scope: Local scope Global scope JavaScript has function scope: Each function creates a new scope. Scope determines the accessibility (visibility) of these variables. Variables defined inside a function are not accessible (visible) from outside the function. Local JavaScript Variables Variables declared…

  • #3 JavaScript Tutorial | First Hello World Program

    In this tutorial post we will be running our first JavaScript program which is a basic Hello World program where we ill simple print Hello World(or any other text) on the browser. The 2 softwares needed to start of with JavaScript are – Text Editor : I will be using Visual Studio Code Text Editor…

  • Why Learn JavaScript ? | Should You learn JS?

    JavaScript was first launched in May 23,1995. JavaScript was earlier used for designing pop-ups, changing of pictures ,etc. JavaScript can be used for creating Hybrid Apps. JS can also be used for creating UI for websites. JS can be used for website backend too. So finally I conclude saying JavaScript is a language which can…

  • MySQL Tutorial How to connect and use MySQL Workbench

    MySQL Tutorial How to connect and use MySQL Workbench

    In this tutorial we will see What is MySQL How to use MySQL and connect with it How to use MySQL. MySQL Workbench is a unified visual tool for database … Original source

  • MySQL Tutorial Create table insert and select in workbench

    MySQL Tutorial Create table insert and select in workbench

    In this video we will see How to use MySQL. How to create table. How to insert records in the table How to select records from table. MySQL Workbench is a … Original source