6 frequently asked interview questions for React/Javascript Developers

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Hi Friends, In this video I have explained 6 most asked JS interview questions. Hope this video helps you to clear your interview process.

КОМЕНТАРІ • 8

  • @arunjp7188
    @arunjp7188 Рік тому +4

    Ques 3) const str = "Lets code Tamil";
    const output = str.split(' ').map(word=>word.split('').reverse().join('')).join(' ');
    console.log(output);

  • @invideo1115
    @invideo1115 2 роки тому

    Good... Useful bro

  • @invideo1115
    @invideo1115 Рік тому

    Agaib watched... Semma

  • @selvamkarthik9605
    @selvamkarthik9605 2 роки тому

    Bro all comments entha short cut key in vs code

  • @PRABAKARAN_TAMILAN_MADURAI
    @PRABAKARAN_TAMILAN_MADURAI Рік тому

    I am fresher... I can understand this ?

  • @introvert_mechon9582
    @introvert_mechon9582 11 місяців тому +2

    //for three
    let str = "hello world";
    let arr = str.split(" ");
    let v1 = arr[0];
    let val01 = v1.split("").reverse().join("");
    let v2 = arr[1];
    let val02 = v2.split("").reverse().join("");
    let val03 = [];
    val03.push(val01, val02);
    console.log(val03.join(" "));

  • @jtmorgan5284
    @jtmorgan5284 2 роки тому

    😏 Promo-SM!!