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

From ICTED-WIKI
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 43: Line 43:


== 5. Homework: ==
== 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.
* Fine real-world scenarios where need 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.

Latest revision as of 05: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:[edit | edit source]

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:[edit | edit source]

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

3. Teaching Learning Activities:[edit | edit source]

  • 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:[edit | edit source]

  • 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:[edit | edit source]

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