<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Conditionals on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/conditionals/</link><description>Recent content in Conditionals 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>Sat, 16 May 2026 18:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/conditionals/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaScript Conditionals</title><link>http://ghafoorsblog.com/posts/js/04-conditionals/</link><pubDate>Sat, 10 Dec 2016 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/posts/js/04-conditionals/</guid><description>&lt;h2 id="what-are-conditions"&gt;What are conditions&lt;/h2&gt;
&lt;p&gt;Programming is all about using logic of &lt;code&gt;if and then&lt;/code&gt;. No matter what computer language you are using the rules always revolves around if and then. If this happens do that otherwise do something else, and so on&lt;/p&gt;
&lt;p&gt;JavaScript is not different from other languages, in fact it is a c-based language and most of its syntax is like c language. But it is not a high level language like C. It has almost same procedure to check the conditions of any statement like the way it is done in c-language.&lt;/p&gt;</description></item></channel></rss>