<?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>Pro-Tek Blog &#187; JavaScript ES5</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/javascript-es5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT ARE THE PROS AND CONS OF USING JAVASCRIPT ES5 VERSUS ES6?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-are-the-pros-and-cons-of-using-javascript-es5-versus-es6/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-are-the-pros-and-cons-of-using-javascript-es5-versus-es6/#comments</comments>
		<pubDate>Wed, 12 Sep 2018 06:40:19 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JavaScript ES5]]></category>
		<category><![CDATA[JavaScript ES6]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2642</guid>
		<description><![CDATA[<p>What are the pros and cons of using JavaScript ES5 versus ES6? Pros ES5: You have a lot of browser support. ES6: You have tail call optimization. You have import statements. Lamba&#8217;s are pretty amazing. Immutable and block scoping objects with &#8220;const&#8221; and &#8220;let&#8221;. Classes and OO Inheritance. Functors, and all that functional goodness. String [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-are-the-pros-and-cons-of-using-javascript-es5-versus-es6/">WHAT ARE THE PROS AND CONS OF USING JAVASCRIPT ES5 VERSUS ES6?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What are the pros and cons of using JavaScript ES5 versus ES6?</h4>
<p><strong>Pros</strong></p>
<p>ES5:</p>
<p>You have a lot of browser support.</p>
<p>ES6:</p>
<p>You have tail call optimization.<br />
You have import statements.<br />
Lamba&#8217;s are pretty amazing.<br />
Immutable and block scoping objects with &#8220;const&#8221; and &#8220;let&#8221;.<br />
Classes and OO Inheritance.<br />
Functors, and all that functional goodness.<br />
String templates that handle interpolation for you.</p>
<p><strong>Cons</strong></p>
<p>ES5:</p>
<p>It doesn&#8217;t have everything that ES6 has.</p>
<p>ES6:</p>
<p>It doesn&#8217;t have all the support that ES5 has, but you can always transpile your ES6 code.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-are-the-pros-and-cons-of-using-javascript-es5-versus-es6/">WHAT ARE THE PROS AND CONS OF USING JAVASCRIPT ES5 VERSUS ES6?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-are-the-pros-and-cons-of-using-javascript-es5-versus-es6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
