此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。
Tools for learning JavaScript
描述
In this video we will discuss
1. Tools required to learn JavaScript
2. Websites that help write and test JavaScript
3. Advantage of using Visual Studio to learn JavaScript
Tools required to learn JavaScript
To learn JavaScript all you need is a text editor like NOTEPAD and a broswer. You can use any browser Chrome, Internet Explorer or Firefox.
Here are stepd to use notepad to write and test your first JavaScript program
1. Open a notepad.
2. Copy and paste the following HTML and JavaScript in the notepad.
JavaScript Training
alert("Welcome to JavaScript Tutorial");
Please Note : JavaScript should be inside the element, The type attribute specifies that the script is JavaScript. If the type attribute is absent, then the script is treated as JavaScript. With in the script tag we have a single line of JavaScript, that displays an alert box with the message "Welcome to JavaScript Tutorial". alert() is a JavaScript function. We will discuss JavaScript functions in detail in a later video session. The JavaScript statement ends with a semicolon(;). It is not mandatory for a JavaScript statement to end with a semicolon, but it's a good practice to avoid ambiguity. The above JavaScript code will work even without the semicolon.
3. Save the notepad with .htm or .html extension.
4. Open your favourite browser. From the File menu, select Open and navigate to the location where you have saved the notepad and open it. An alert box should pop up displaying the message "Welcome to JavaScript Tutorial".
Websites that help write and test JavaScript : One of the websites I have found very useful to write and test JavaScript is http://jsbin.com. This website also provides intellisense and autocomplete features. Type the partial name of the variable or the function and press TAB key.
Advantage of using Visual Studio to learn JavaScript
Advantage of using Visual Studio over notepad to learn JavaScript is that it provides intellisense and autocomplete features which can reduce typos and increase developer productivity. It also provides rich JavaScript debugging support.
1. Tools required to learn JavaScript
2. Websites that help write and test JavaScript
3. Advantage of using Visual Studio to learn JavaScript
Tools required to learn JavaScript
To learn JavaScript all you need is a text editor like NOTEPAD and a broswer. You can use any browser Chrome, Internet Explorer or Firefox.
Here are stepd to use notepad to write and test your first JavaScript program
1. Open a notepad.
2. Copy and paste the following HTML and JavaScript in the notepad.
JavaScript Training
alert("Welcome to JavaScript Tutorial");
Please Note : JavaScript should be inside the element, The type attribute specifies that the script is JavaScript. If the type attribute is absent, then the script is treated as JavaScript. With in the script tag we have a single line of JavaScript, that displays an alert box with the message "Welcome to JavaScript Tutorial". alert() is a JavaScript function. We will discuss JavaScript functions in detail in a later video session. The JavaScript statement ends with a semicolon(;). It is not mandatory for a JavaScript statement to end with a semicolon, but it's a good practice to avoid ambiguity. The above JavaScript code will work even without the semicolon.
3. Save the notepad with .htm or .html extension.
4. Open your favourite browser. From the File menu, select Open and navigate to the location where you have saved the notepad and open it. An alert box should pop up displaying the message "Welcome to JavaScript Tutorial".
Websites that help write and test JavaScript : One of the websites I have found very useful to write and test JavaScript is http://jsbin.com. This website also provides intellisense and autocomplete features. Type the partial name of the variable or the function and press TAB key.
Advantage of using Visual Studio to learn JavaScript
Advantage of using Visual Studio over notepad to learn JavaScript is that it provides intellisense and autocomplete features which can reduce typos and increase developer productivity. It also provides rich JavaScript debugging support.
相关视频
What Is Artificial Intelligence , Machine Learning , Deep Learning, AI Tools
Saqi Technical
Neural Networks and Deep Learning ExplainedLayers, Learning, and Top Tools (TensorFlow & PyTorch)
Ikram ullah
Reach Page Turning Effect with JavaScript Publication Tools
JMICKY
Lecture No 2:- Understanding JavaScript Hosting: Key Concepts & Tools
Saqi Technical
Chrome Developer Tools - 2-3-Sources and JavaScript
Tuts Trainning
What is Learning ? Learning How to Learn: Powerful mental tools to help you master tough subjects
Mastering Any Skill and Knowledge