<?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; &#8220;use strict</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/use-strict/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 is &#8220;use strict&#8221;;? what are the advantages and disadvantages to using it?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-use-strict-what-are-the-advantages-and-disadvantages-to-using-it/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-use-strict-what-are-the-advantages-and-disadvantages-to-using-it/#comments</comments>
		<pubDate>Sat, 25 Apr 2015 05:31:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[UI]]></category>
		<category><![CDATA["use strict]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=562</guid>
		<description><![CDATA[<p>What is “use strict”;? what are the advantages and disadvantages to using it? This statement indicates that the code should be executed in &#8220;strict mode&#8221;. It is only declared at the beginning of a function/script.Strict mode will help save developers from errors they didn’t even know that existed in their code. Advantages: i) It will [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-use-strict-what-are-the-advantages-and-disadvantages-to-using-it/">What is &#8220;use strict&#8221;;? what are the advantages and disadvantages to using it?</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 is “use strict”;? what are the advantages and disadvantages to using it?</h4>
<p>This statement indicates that the code should be executed in &#8220;strict mode&#8221;. It is only declared at the beginning of a function/script.Strict mode will help save developers from errors they didn’t even know that existed in their code.</p>
<p><strong>Advantages:</strong><br />
i) It will catch common coding errors, which will throw exceptions.<br />
ii) When vulnerable actions are performed, it throws errors.<br />
iii) It will show,let us know and disable the features that are poorly coded.</p>
<p><strong>Disadvantages:</strong><br />
i) It will not allow us to use the “with” statement. This statement will causes security and performance problems.</p>
<p>ii) It will not allow us to use the “arguments.caller” property, due to security concernsWe do not have an alternate to this property, but we can hard code an additional parameter.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-use-strict-what-are-the-advantages-and-disadvantages-to-using-it/">What is &#8220;use strict&#8221;;? what are the advantages and disadvantages to using it?</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-is-use-strict-what-are-the-advantages-and-disadvantages-to-using-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
