0% found this document useful (0 votes)
17 views

Demo Plan Java

This is the demo plan for Java Script,ITI
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Demo Plan Java

This is the demo plan for Java Script,ITI
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

GOVT.

INDUSTRIAL TRAINING INSTITUTE

DEMONSTRATION PLAN

TRADE: COPA
Date:
Time:
Unit No.: 1
Demo No.: 1

TITLE

Introduction to JavaScript and Writing Your First Script

OBJECTIVES

 Understand the basics of JavaScript syntax and functionality.

 Write and execute a simple JavaScript program.

PREPARATION

 Computer system with an installed web browser and code editor (e.g., Visual Studio Code).

INTRODUCTION

In this demo, you will learn the fundamentals of JavaScript and how to write and execute your first
script.

STEPS OF PROCEDURES

TASK INFORMATION POINTS SPOT HINTS CHECK QUES.

TASK 1:
1. What is JavaScript, and why Remember: JavaScript runs
Understand What is JavaScript?
is it used? in browsers and servers.
JavaScript

2. Basic syntax: console.log(), Tip: Use console.log() for How do you write a
variables, and comments. testing code quickly. comment?

TASK 2: Write Your 1. Open a code editor and Don't forget to include Where do you
First Script create a .html file. <script> in your HTML file. write JavaScript?

2. Write a simple script (e.g., Ensure the <script> tag is How do you run
print a message). placed correctly. your script?
SUMMARY

Learned the basics of JavaScript and wrote your first program.

APPLICATION

Apply this knowledge to build interactive web pages using JavaScript.

SIGN
T.O. _________________
T.S. _________________

Let me know if you need further adjustments!

You might also like