Entrance Announcement
MICTE 2080
2080 Magh 07
User:Niraj Prasad Bhatt/Real-Teaching Lesson Plan 9: Difference between revisions
Jump to navigation
Jump to search
Niraj bhatt (talk | contribs) Created page with "__notoc__ <div style="column-count: 2; column-gap: 20px;"> '''Subject:''' Web Technology '''Period:''' Third '''Topic:''' JavaScript Objects '''Class:''' BICT 3rd Semester '''Unit:''' Three '''Time:''' 50 min '''No. of Students:''' 20 </div> == 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 JavaScri..." |
Niraj bhatt (talk | contribs) No edit summary |
||
Line 43: | Line 43: | ||
== 5. Homework: == | == 5. Homework: == | ||
* | * Fine real-world scenarios where need to design and implement objects to solve problems. | ||
Latest revision as of 04:10, 16 May 2024
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.