<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Functions on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/functions/</link><description>Recent content in Functions on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Mon, 18 May 2026 04:43:48 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/functions/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Functions</title><link>http://ghafoorsblog.com/posts/js/05-functions/</link><pubDate>Thu, 05 Jan 2017 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/posts/js/05-functions/</guid><description>&lt;h4 id="objectives"&gt;Objectives&lt;/h4&gt;
&lt;p&gt;At the end of this chapter you will learn to :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Define all different kinds of functions&lt;/li&gt;
&lt;li&gt;Distinguish between an statement and the expression&lt;/li&gt;
&lt;li&gt;Handle functions from JS perspective&lt;/li&gt;
&lt;li&gt;Invoke functions directly and indirectly&lt;/li&gt;
&lt;li&gt;Understand how functions inherits properties too&lt;/li&gt;
&lt;li&gt;Appreciate functions role in object creation&lt;/li&gt;
&lt;li&gt;Explore the power of functional programming&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="introduction-to-javascript-functions"&gt;Introduction to JavaScript Functions&lt;/h3&gt;
&lt;p&gt;They are main building blocks of JavaScript, usually assigned a name so that they can be used time and time again by identifying with the given name.They are self-contained modular units.The structure of the function is shown below.&lt;/p&gt;</description></item></channel></rss>