Channel Avatar

Rami Al-Karo @UC8zQOR-6sSVkBKw1cgXukeA@youtube.com

442 subscribers - no pronouns :c

Welcome to my YouTube channel! I'm Rami Al-Karo, a passionat


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Rami Al-Karo
Posted 11 months ago

// ['apple', 'banana', 'cherry', 'date']

goal, banana --> grape
// Output: ['apple', 'grape', 'cherry', 'date']


which METHOD can do that and HOW let me know in the comment?

3 - 0

Rami Al-Karo
Posted 11 months ago

What is the result of the following code in JavaScript?

"apple orange banana".match(/apple|banana/);

3 - 0

Rami Al-Karo
Posted 11 months ago

What is the syntax for using the filter() method on an array?

3 - 0

Rami Al-Karo
Posted 11 months ago

What method is used to convert a string to lowercase in JavaScript?

8 - 0

Rami Al-Karo
Posted 11 months ago

What method is used to extract a portion of a string and returns it as a new string in JavaScript?

33 - 2

Rami Al-Karo
Posted 11 months ago

What is the purpose of using a do-while loop instead of a while loop?

14 - 0

Rami Al-Karo
Posted 11 months ago

Which loop is used to iterate over a sequence of numbers?

3 - 0

Rami Al-Karo
Posted 11 months ago

Easy: What is the correct syntax for a switch statement in JavaScript?

9 - 0

Rami Al-Karo
Posted 11 months ago

What is the output of the following code?

for (let i = 0; i < 10; i++) {
console.log(i);
}

3 - 0

Rami Al-Karo
Posted 1 year ago

If you apply shift and pop to an empty array in JavaScript, what will be the result?

3 - 0