<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://atrc.net.pk/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://atrc.net.pk/dokuwiki/feed.php">
        <title>Muftasoft TM products:ict:javascript</title>
        <description></description>
        <link>https://atrc.net.pk/dokuwiki/</link>
        <image rdf:resource="https://atrc.net.pk/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-29T09:30:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:basic_syntax_and_structure_of_javascript_code&amp;rev=1690808160&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:course&amp;rev=1690969020&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:declaring_and_initializing_variables&amp;rev=1690808400&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:javascript_in_the_web_development_ecosystem&amp;rev=1690807860&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:setting_up_the_development_environment&amp;rev=1690807920&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:using_the_browser_console_for_debugging&amp;rev=1690808280&amp;do=diff"/>
                <rdf:li rdf:resource="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:what_is_javascript&amp;rev=1690807740&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://atrc.net.pk/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Muftasoft TM</title>
        <link>https://atrc.net.pk/dokuwiki/</link>
        <url>https://atrc.net.pk/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:basic_syntax_and_structure_of_javascript_code&amp;rev=1690808160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T12:56:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:basic_syntax_and_structure_of_javascript_code</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:basic_syntax_and_structure_of_javascript_code&amp;rev=1690808160&amp;do=diff</link>
        <description>The basic syntax and structure of JavaScript code are essential for writing valid and functional programs. Here&#039;s an overview of the fundamental components of JavaScript code:

1. Statements and Expressions:

	*  A JavaScript program is composed of statements, which are instructions that perform actions or define behavior. Statements can be assignments, function calls, conditionals, loops, and more.Comments are used to add explanatory notes to the code and are ignored by the JavaScript engine wh…</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:course&amp;rev=1690969020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-02T09:37:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:course</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:course&amp;rev=1690969020&amp;do=diff</link>
        <description>Course Title: Introduction to JavaScript Programming

Week 1: Introduction to JavaScript

1.1 What is JavaScript?

1.2 JavaScript in the web development ecosystem

1.3 Setting up the development environment (text editor, browser, etc.)

1.4 Basic syntax and structure of JavaScript code</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:declaring_and_initializing_variables&amp;rev=1690808400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T13:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:declaring_and_initializing_variables</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:declaring_and_initializing_variables&amp;rev=1690808400&amp;do=diff</link>
        <description>In JavaScript, variables are used to store data or values. To use a variable, you must first declare it and then optionally initialize it with a value. Here&#039;s how you can declare and initialize variables in JavaScript:

1. Declaring a Variable:
To declare a variable, use the `var`, `let`, or `const` keyword, followed by the variable name. The syntax is as follows:</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:javascript_in_the_web_development_ecosystem&amp;rev=1690807860&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T12:51:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:javascript_in_the_web_development_ecosystem</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:javascript_in_the_web_development_ecosystem&amp;rev=1690807860&amp;do=diff</link>
        <description>JavaScript plays a crucial role in the web development ecosystem, making it one of the most essential programming languages for creating interactive and dynamic web applications. Here are some key aspects of JavaScript&#039;s role in the web development ecosystem:</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:setting_up_the_development_environment&amp;rev=1690807920&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T12:52:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:setting_up_the_development_environment</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:setting_up_the_development_environment&amp;rev=1690807920&amp;do=diff</link>
        <description>Setting up the development environment for JavaScript involves installing the necessary tools and software to write, test, and debug your JavaScript code. Here&#039;s a step-by-step guide to setting up a basic JavaScript development environment:

1. Choose a Text Editor or Integrated Development Environment (IDE):</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:using_the_browser_console_for_debugging&amp;rev=1690808280&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T12:58:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:using_the_browser_console_for_debugging</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:using_the_browser_console_for_debugging&amp;rev=1690808280&amp;do=diff</link>
        <description>The browser console is a valuable tool for debugging JavaScript code directly within your web browser. It allows you to log messages, inspect variables, and run code snippets interactively. Here&#039;s how to use the browser console for debugging:

1. Opening the Browser Console:</description>
    </item>
    <item rdf:about="https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:what_is_javascript&amp;rev=1690807740&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T12:49:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>products:ict:javascript:what_is_javascript</title>
        <link>https://atrc.net.pk/dokuwiki/doku.php?id=products:ict:javascript:what_is_javascript&amp;rev=1690807740&amp;do=diff</link>
        <description>JavaScript is a high-level, dynamic, interpreted programming language primarily used for adding interactivity to websites and web applications. It was created by Brendan Eich while working at Netscape Communications Corporation and was first released in December 1995. Initially named</description>
    </item>
</rdf:RDF>
