<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ECMA Script &#8211; Learn Beginner</title>
	<atom:link href="https://learnbeginner.com/tag/ecmascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://learnbeginner.com</link>
	<description>Start Your Tech Journey With Us &#124; Smart Learning, Great Beginning</description>
	<lastBuildDate>Tue, 06 Oct 2020 13:24:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://learnbeginner.com/wp-content/uploads/2021/02/favicon.png</url>
	<title>ECMA Script &#8211; Learn Beginner</title>
	<link>https://learnbeginner.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>STORY ABOUT WHAT IS JS (JAVASCRIPT)?</title>
		<link>https://learnbeginner.com/story-about-what-is-js-javascript/</link>
					<comments>https://learnbeginner.com/story-about-what-is-js-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Hiren Vaghasiya]]></dc:creator>
		<pubDate>Sun, 10 May 2020 17:23:11 +0000</pubDate>
				<category><![CDATA[Beginners Guide]]></category>
		<category><![CDATA[Dev Tips]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[ECMA Script]]></category>
		<category><![CDATA[JavaScript History]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://learnbeginner.com/?p=2654</guid>

					<description><![CDATA[Welcome to the new article about what actual JS (JavaScript) is?]]></description>
										<content:encoded><![CDATA[
<p>Hello Learner,</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="769" height="257" src="https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner.png" alt="" class="wp-image-2656" srcset="https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner.png 769w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-300x100.png 300w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-150x50.png 150w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-370x124.png 370w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-270x90.png 270w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-570x190.png 570w, https://learnbeginner.com/wp-content/uploads/2020/05/0029-Short-story-about-what-is-js-learnbeginner-740x247.png 740w" sizes="(max-width: 769px) 100vw, 769px" /></figure>



<p>As we all know <strong>JS</strong>&nbsp;stands for&nbsp;<strong>JavaScript</strong>.</p>



<p>It is a lightweight, cross-platform, an interpreted scripting language. It is well-known for the development of web pages, many non-browser environments also use it.</p>



<p>JavaScript can be used for Client-side developments as well as Server-side developments. JavaScript contains a standard library of objects, like Array, Date, and Math, and a core set of language elements like operators, control structures, and statements.</p>



<h4 class="wp-block-heading"><strong>JS version release year chart:</strong></h4>



<figure class="wp-block-image size-large"><img decoding="async" width="641" height="191" src="https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner.png" alt="" class="wp-image-2657" srcset="https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner.png 641w, https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner-300x89.png 300w, https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner-150x45.png 150w, https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner-370x110.png 370w, https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner-270x80.png 270w, https://learnbeginner.com/wp-content/uploads/2020/05/0030-javascript-realease-year-history-learnbeginner-570x170.png 570w" sizes="(max-width: 641px) 100vw, 641px" /><figcaption>Source: GeeksforGeeks</figcaption></figure>



<h4 class="wp-block-heading"><strong>JS Structure:</strong></h4>



<pre class="wp-block-code"><code lang="javascript" class="language-javascript">&lt;script type="text/javascript">  
    // Your javaScript code 
&lt;/script></code></pre>



<h4 class="wp-block-heading"><strong>Characteristics of JS:</strong></h4>



<ul class="wp-block-list"><li><strong>Dynamically typed languages:</strong>&nbsp;This language can receive different data types over time.</li><li><strong>Case Sensitive Format:</strong>&nbsp;JavaScript is case sensitive so you have to aware of that.</li><li><strong>Light Weight:</strong>&nbsp;It is so lightweight, and all the browsers are supported by JS.</li><li><strong>Handling:</strong>&nbsp;Handling events is the main feature of JS, it can easily response on the website when the user tries to perform any operation.</li><li>Interpreter Centered:&nbsp;Java Script is built with interpreter centered that allows the user to get the output without the use of the compiler.</li></ul>



<h4 class="wp-block-heading"><strong>Advantages of JS:</strong></h4>



<ul class="wp-block-list"><li>JavaScript executed on the user’s browsers not on the webserver so it saves bandwidth and load on the webserver.</li><li>The JavaScript language is easy to learn it offers syntax that is close to the English language.</li><li>In javaScript, if you ever need any certain feature then you can write it by yourself and use an add-on like&nbsp;Greasemonkey&nbsp;to implement it on the web page.</li><li>It doe’s not require compilation process so no compiler is needed user’s browsers do the task.</li><li>JavaScript is easy to debug, and there are lots of frameworks available that you can use and become master on that.</li></ul>



<h4 class="wp-block-heading"><strong>Disadvantages of JS:</strong></h4>



<ul class="wp-block-list"><li>JavaScript codes are visible to the user so the user can place some code into the site that compromises the security of data over the website. That will be a security issue.</li><li>All browsers interpret JavaScript that is correct but they interpret differently to each other.</li><li>It only supports single inheritance, so in few cases may require the object-oriented language characteristic.</li><li>A single error in code can totally stop the website&#8217;s code rendering on the website.</li><li>JavaScript stores number as a 64-bit floating-point number but operators operate on 32-bit bitwise operands.</li></ul>



<h4 class="wp-block-heading">Thank you for reading, and let’s connect!</h4>



<p>Thank you for reading my blog, feel free to subscribe to my email newsletter, and ask questions and give your valuable suggestions.</p>


<script>(function() {
	window.mc4wp = window.mc4wp || {
		listeners: [],
		forms: {
			on: function(evt, cb) {
				window.mc4wp.listeners.push(
					{
						event   : evt,
						callback: cb
					}
				);
			}
		}
	}
})();
</script><!-- Mailchimp for WordPress v4.10.2 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-2830 mc4wp-form-theme mc4wp-form-theme-dark" method="post" data-id="2830" data-name="Main Newsletter" ><div class="mc4wp-form-fields"><p>
	<label> 
		<input type="email" name="EMAIL" placeholder="Your email address"  style="max-width: 100%;" required />
	</label>
	<input type="submit" value="Subscribe Now" style="width: 100%;" />
</p></div><label style="display: none !important;">Leave this field empty if you&#8217;re human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1742422403" /><input type="hidden" name="_mc4wp_form_id" value="2830" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin -->]]></content:encoded>
					
					<wfw:commentRss>https://learnbeginner.com/story-about-what-is-js-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
