What is JavaScript

Written by Josh Sanford

September 26, 2019

So, what exactly is JavaScript (JS)? JS is a high-level scripting language that is interpreted and not compiled. It is used to provide dynamic functionality to websites to provide extra functionality to traditional HTML and CSS websites.

A brief history of JavaScript

Javascript, originally named LiveScript, was created in 1995 for use with Netscape Navigator web browser. It was first developed as a way to add a programming language to Netscapes browser and to compete with Microsoft’s web technologies. It was initially created a scripting language to be used with the web and has turned into essentially a base to the modern internet as we know it.

What can you do with JavaScript

There are many different things that JavaScript (JS) can do for you and your technologies. JS works with HTML and CSS to build the basis of modern front-end web development. It allows the elements on your website to become interactive. It can be used, for example, to create a newsletter sign up form which can pass data from a client to a server. It can also be used to create back-end code through technologies like Node.js which can allow JS to run on a server (which is typically done by another language like PHP). JS is also used in some game engines, like Unity 3d, to allow you to create games. There are many things that you can do with JS.

On lyzstudios.com, we will be teaching you the basics of javascript and how you can use javascript to create a website. With the knowledge shared here, you can go on and dive deeper with the programming languages. Once you have a grasp of the language, you are off to the races as you will have the ability to find new libraries and uses on your own to build anything your mind can imagine. Check out the rest of our tutorials on lyzstudios.com.

You May Also Like…

Variables Part 2 C# for Unity

Variables Part 2 C# for Unity

Intro Welcome back to our C# for Unity tutorial series! In our previous post, we covered the basics of C# and how to...

Variables Part 1 C# for Unity

Variables Part 1 C# for Unity

Intro In this next tutorial, we are going to discuss variables and their use in Unity. If you have not completed the...

Intro to C# for Unity

Intro to C# for Unity

What is C# C# is an object-oriented programming language developed by Microsoft that is used for multiple solutions...

0 Comments

Submit a Comment