Cohort 1: Web Development with Python (AI Technologies)

Javascript p I

  • JavaScript (JS):

    is a lightweight, high-level, and multi-paradigm programming language that serves as the "behavioral layer" of the web. While HTML provides the structure and CSS provides the style, JavaScript makes pages interactive—powering everything from simple button clicks.

    For example:

  • Here is a code written in HTML :

    <input type="text" id="name">

    <button onclick="showName()">Submit</button>

    <p id="result"></p>

  • Here is a code written in JS :

    function showName() {

    let name = document.getElementById("name").value;

    document.getElementById("result").innerHTML = "Hello " + name;

    }

Meeting link is not available right now.
Date
Duration 120 Minutes
Meeting Link