Rivek.t
Rivek.t
@rivek-t
Prominent Member
Joined: Mar 3, 2023
Last seen: Nov 11, 2023
Topics: 219 / Replies: 322
Topic
1 year ago
Replies: 1
Views: 116
Reply
Answer to: What are the selectors in CSS?

Selectors in CSS are patterns that define which HTML elements should be styled. They are used to target specific elements on a web page and apply styl…

1 year ago
Reply
Answer to: In how many ways the string can be created in JavaScript ?

Using Single or Double Quotes: You can create a string by enclosing characters in either single (‘) or double (“) quotes. For example: ‘Hello’, “World…

1 year ago
Topic
Replies: 0
Views: 64
Reply
Answer to: What are the 3 basic programming constructs?

The three basic programming constructs are: Sequential: Executing instructions in order. Selection: Making decisions based on conditions. Iterat…

1 year ago
Reply
Answer to: What is the difference between var , let and const keyword in JavaScript?

var: Function-scoped, hoisted, can be re-declared and updated. let: Block-scoped, hoisted, can be updated but not re-declared. const: Block-scoped, …

1 year ago
Topic
Replies: 1
Views: 148
Reply
Answer to: What is modular programming ?

Modular programming is an approach to software development where a complex program is broken down into smaller, manageable modules or components. Thes…

1 year ago
Reply
Answer to: How to add email in html page?

To add an email link in an HTML page, use the following format: Replace “email@example.com” with the desired email address. When users click on the …

1 year ago
Topic
Replies: 1
Views: 143
Reply
Answer to: What are the features of Angular Js?

Two-Way Data Binding: AngularJS allows automatic synchronization of data between the model and view components. Directives: Custom HTML attribut…

1 year ago
Reply
Answer to: Difference between robotics and automation.

Robotics involves the design, creation, and use of robots, which are intelligent machines capable of performing tasks autonomously or semi-autonomousl…

1 year ago
Topic
Replies: 1
Views: 150
Reply
Answer to: What is Robotics?

Robotics is creating and controlling robots.

1 year ago
Reply
Answer to: What is Unity game engine?

Unity is a widely used game engine for creating games and interactive experiences on various platforms.

1 year ago
Page 11 / 37