<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Check Value Exist in Array using Javascript/Jquery	</title>
	<atom:link href="https://webrewrite.com/check-value-exist-array-javascriptjquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/check-value-exist-array-javascriptjquery/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Wed, 22 Jul 2020 03:59:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: noadek		</title>
		<link>https://webrewrite.com/check-value-exist-array-javascriptjquery/#comment-724</link>

		<dc:creator><![CDATA[noadek]]></dc:creator>
		<pubDate>Thu, 09 Jun 2016 21:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1365#comment-724</guid>

					<description><![CDATA[The above function isExist should be

function isExist(arr,str) {
                              if (arr.length &#060;= 0) 
                                return -1;
                              for (var i = 0; i &#060; arr.length; i++) {
                                 if (arr[i] === str) {
                                     return i;         
                                 } 
                              }   
                              return -1; 
                            }]]></description>
			<content:encoded><![CDATA[<p>The above function isExist should be</p>
<p>function isExist(arr,str) {<br />
                              if (arr.length &lt;= 0)<br />
                                return -1;<br />
                              for (var i = 0; i &lt; arr.length; i++) {<br />
                                 if (arr[i] === str) {<br />
                                     return i;<br />
                                 }<br />
                              }<br />
                              return -1;<br />
                            }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alice		</title>
		<link>https://webrewrite.com/check-value-exist-array-javascriptjquery/#comment-549</link>

		<dc:creator><![CDATA[Alice]]></dc:creator>
		<pubDate>Sat, 26 Sep 2015 04:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1365#comment-549</guid>

					<description><![CDATA[Thanks kumar singh. I love the way you expalin things.]]></description>
			<content:encoded><![CDATA[<p>Thanks kumar singh. I love the way you expalin things.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
