Iamstrong1325 / gc

1 stars 0 forks source link

Java script tutorial #1

Open Iamstrong1325 opened 2 years ago

Iamstrong1325 commented 2 years ago

Commonly Asked Questions How do I get JavaScript? Where can I download JavaScript? Is JavaScript Free? You don't have to get or download JavaScript.

JavaScript is already running in your browser on your computer, on your tablet, and on your smart-phone.

JavaScript is free to use for everyone. FE47145B-2627-49F4-9D6D-5FA7EB6FE3CD 09657AB8-5386-47E5-A422-D1F9EA77AEBF

@Iamstrong1325

Iamstrong1325 commented 2 years ago

JavaScript References maintains a complete JavaScript reference, including all HTML and browser objects.

The reference contains examples for all properties, methods and events, and is continuously updated according to the latest web standards. This section contains a complete JavaScript reference documentation.

JavaScript Reference The references describe the properties and methods of all JavaScript objects, along with examples. 1.Error 2.Operators 3.RegExp 4.Statement

try { adddlert("Welcome"); } catch(err) { document.getElementById("demo").innerHTML = err.name + "
" + err.message;