User:Niraj Prasad Bhatt/Real-Teaching Lesson Plan 9

From ICTED-WIKI
Revision as of 05:10, 16 May 2024 by Niraj bhatt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Subject: Web Technology

Period: Third

Topic: JavaScript Objects

Class: BICT 3rd Semester

Unit: Three

Time: 50 min

No. of Students: 20

1. Specific Objective:

At the end of this lesson, students will be able to:

  • Understand the concept of objects in JavaScript.
  • Identify built-in objects like window, document, array, string, Math, and Date in JavaScript.
  • Utilize objects effectively in JavaScript programs.

2. Instructional Materials:

  • Laptop, projector, screen
  • Sample code snippets
  • Code editor (e.g., VS Code)
  • Internet access

3. Teaching Learning Activities:

  • Start the class by discussing the importance of objects in programming and their role in JavaScript.
  • Introduce the concept of objects and their properties and methods in JavaScript.
  • Explain the built-in objects in JavaScript, including window, document, array, string, Math, and Date, and their usage.
  • Present code examples illustrating the creation and manipulation of objects in JavaScript.
  • Guide students through hands-on exercises to practice working with objects, accessing their properties, and invoking their methods.
  • Discuss common use cases for objects in JavaScript programs, such as data storage, manipulation, and abstraction.
  • Encourage students to explore additional resources and tutorials to deepen their understanding of JavaScript objects.

4. Assessment:

  • Ask students to write JavaScript code snippets demonstrating the creation and usage of objects, including built-in objects.
  • Conduct a quiz to assess students' understanding of object-oriented concepts and their application in JavaScript.

5. Homework:

  • Fine real-world scenarios where need to design and implement objects to solve problems.