Rivek.t
Rivek.t
@rivek-t
Prominent Member
Joined: Mar 3, 2023
Last seen: Nov 11, 2023
Topics: 219 / Replies: 322
Topic
Replies: 1
Views: 264
Reply
Answer to: Is game engine C or C++?

Game engines can be written in both C and C++, with C++ being a more common choice due to its performance and object-oriented features.

1 year ago
Reply
Answer to: What are arrow functions in javascript?

Arrow functions in JavaScript are a concise way to write anonymous functions. They have a more compact syntax compared to traditional function express…

1 year ago
Topic
Replies: 1
Views: 149
Reply
Answer to: What is an example of interactivity?

Clicking a button on a website to open a pop-up window is an example of interactivity.

1 year ago
Reply
Answer to: What is IIFE in JavaScript?

IIFE stands for “Immediately Invoked Function Expression” in JavaScript. It is a self-contained function that is defined and executed immediately afte…

1 year ago
Topic
1 year ago
Replies: 1
Views: 121
Reply
Answer to: What are the Culminative Projects?

Cumulative projects are a collection of ongoing or successive tasks, assignments, or efforts that build upon each other over time.

1 year ago
Reply
Answer to: What are the Rest Parameters in JavaScript?

Rest parameters in JavaScript allow you to represent an indefinite number of arguments as an array within a function. They are denoted by three dots (…

1 year ago
Topic
Replies: 2
Views: 129
Reply
Answer to: What is object in javascript?

In JavaScript, an object is a data structure that stores key-value pairs, allowing you to group related data and functions together. It is a fundament…

1 year ago
Reply
Answer to: What is difference between React and React Native?

React is a JavaScript library used for building user interfaces for web applications. React Native, on the other hand, is a framework that uses React …

1 year ago
Topic
Replies: 1
Views: 121
Reply
Answer to: How to calculate length of a string in javascript?

You can calculate the length of a string in JavaScript using the .length property. For example: const myString = “Hello, World!”; const length = m…

1 year ago
Reply
Answer to: What is an example of physical computing?

Controlling a robot’s movements using a computer program and sensors is an example of physical computing.

1 year ago
Page 8 / 37