<?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>callback Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/callback/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/callback/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>What is callback function in JavaScript?</title>
		<link>https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/</link>
					<comments>https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 13:05:21 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[callback]]></category>
		<category><![CDATA[timeout]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15145</guid>

					<description><![CDATA[<p>Callback Function A callback function is a function (It can be any function Anonymous Function, Arrow Function) passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. Synchronous &#8211; It waits for each operation to complete, after that it executes the next <a class="read-more-link" href="https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/">What is callback function in JavaScript?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>Callback Function</strong></h3>



<p>A callback function is a function (It can be any function Anonymous Function, Arrow Function) passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.</p>



<script src="https://gist.github.com/dharmu9898/d20086f1ceff81cdc16e12796794c31f.js"></script>



<script src="https://gist.github.com/dharmu9898/bdfc938de32e35cf548455f822c83004.js"></script>



<script src="https://gist.github.com/dharmu9898/6f7c24251bfa3e2295829978f6ca6d38.js"></script>



<script src="https://gist.github.com/dharmu9898/041cb758c36cacf81db2dedb62723656.js"></script>



<script src="https://gist.github.com/dharmu9898/3e2eab0978253c12cfb78cddb3e7f818.js"></script>



<h3 class="wp-block-heading">Synchronous &#8211; It waits for each operation to complete, after that it executes the next operation.</h3>



<script src="https://gist.github.com/dharmu9898/6465458413e7d9d65e6cb058f6efb75f.js"></script>



<h3 class="wp-block-heading">Asynchronous &#8211; It never waits for each operation to complete, rather it executes all operations in the first GO only.</h3>



<script src="https://gist.github.com/dharmu9898/ac6fc0346725b0800e30debbef875326.js"></script>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/">What is callback function in JavaScript?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/what-is-callback-function-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
