Entrance Announcement
MICTE 2080
2080 Magh 07
User:Niraj Prasad Bhatt/Real-Teaching Lesson Plan 9
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:
- Assign exercises for students to practice creating and using objects in JavaScript programs. Include real-world scenarios where they have to design and implement objects to solve problems.
- Encourage students to explore online tutorials and documentation to deepen their understanding of object-oriented programming in JavaScript.