0% found this document useful (0 votes)
7 views5 pages

TW 02

The document outlines a meeting agenda for a team lead version, including icebreaking, workshop activities, teamwork activities, and a retro meeting. It features a schedule for various activities, including personal questions, coding challenges, and interview questions related to JavaScript and CSS. The document emphasizes collaboration and improvement through feedback and planning for future sessions.

Uploaded by

aihizlan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views5 pages

TW 02

The document outlines a meeting agenda for a team lead version, including icebreaking, workshop activities, teamwork activities, and a retro meeting. It features a schedule for various activities, including personal questions, coding challenges, and interview questions related to JavaScript and CSS. The document emphasizes collaboration and improvement through feedback and planning for future sessions.

Uploaded by

aihizlan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

tw-02.

md 2025-02-22

TW-02 TEAM LEAD VERSION

Meeting Agenda
▶ Icebreaking

▶ Workshop Activities - Tuesday

▶ Teamwork Activities - Friday

▶ Questions

▶ Interview Questions

▶ Video of the week

▶ Retro meeting

▶ Case study / project

1/5
tw-02.md 2025-02-22

Teamwork Schedule

Ice-breaking 10m

Personal Questions (Stay at home & Corona, Study Environment, Kids etc.)
Any challenges (Classes, Coding, studying, etc.)
Ask how they’re studying, give personal advice.
Remind that practice makes perfect.

Workshop Activities (Tuesday) 90m

Survey Form Project

Team Work Activities (Friday) 90m

Ask Questions 20m

1. What keyword is used to declare a variable in JavaScript?

A. define
B. variable
C. let
D. declare

2. Which of the following is NOT a valid JavaScript variable name?

A. _myVar
B. 123var
C. myVar123
D. $myVar

3. Which data type is used for floating-point numbers in JavaScript?

A. number
B. float
C. integer
D. double

2/5
tw-02.md 2025-02-22

4. How do you write a comment in JavaScript?

A. * This is a comment *
B. // This is a comment
C. # This is a comment
D. -- This is a comment

5. What is the correct way to check the data type of a variable in JavaScript?

A. typeof variable
B. typeOf(variable)
C. checkType(variable)
D. variable.type

6. Which of the following is NOT a valid data type in JavaScript?

A. string
B. boolean
C. character
D. undefined

7. What does const do in JavaScript?

A. Declares a variable that can be reassigned


B. Declares a constant variable that cannot be reassigned
C. Declares a variable inside a function only
D. Declares an uninitialized variable

8. Which JavaScript function is used to print something to the console?

A. print()
B. log()
C. console.log()
D. write()

9. What will Boolean("false") return in JavaScript?

A. true
B. false
C. "false"
D. Error

3/5
tw-02.md 2025-02-22

10. What is the default display property of a

element in CSS?

A. inline
B. block
C. flex
D. inline-block

11. What is the default value of the position property in CSS?

A. relative
B. absolute
C. static
D. fixed

12. What is the correct way to apply multiple CSS classes to an element?

A. class="class1, class2"
B. class="class1 class2"
C. class="class1; class2"
D. class="class1.class2"

13. What does the flex-wrap property do in CSS?

A. Defines how flex items are aligned


B. Determines whether flex items should wrap to the next line
C. Sets the direction of the flex container
D. Specifies the order of the flex items

14. In CSS, which property is used to make an element's background transparent?

A. opacity
B. transparency
C. background-opacity
D. visibility

15. What is the correct way to add an image in HTML?

A. <img src="image.jpg" alt="Description">


B. <image src="image.jpg">
C. <img href="image.jpg">
D. <picture src="image.jpg">

4/5
tw-02.md 2025-02-22

Interview Questions 15m

1. What is JavaScript ‘Strict Mode’?

2. What is the difference between var and let keyword?

3. What is JavaScript Hoisting?

4. Describe floats and how they work

Coffee Break 10m

Retro Meeting on a personal and team level 5m

Ask the questions below:

What went well?


What went wrong?
What is the improvement areas?

Coding Challenge 15m

Project - 02 : Parallax Web Page

Closing 5m

Next week’s plan


QA Session

5/5

You might also like