TypeScript Basics 32 - Chaining calls and accepting commandline argument

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 9

  • @wiseassfool
    @wiseassfool 6 лет назад +9

    The callbacks are tough to wrap my head around. I'm going to keep watching the last five videos again and again!
    Thanks man!

  • @asmrtist9058
    @asmrtist9058 4 года назад

    Thank you for this well-rounded Typescript tutorial!

  • @embottabi2652
    @embottabi2652 3 года назад

    Yeah it was and it is more than helpful
    Thanks sir.

  • @amolsw
    @amolsw 4 года назад

    Koushik...thanks for typescript tutorial... learned a lot... Request you to see if you can provide advance typescript course....

  • @buncha1499
    @buncha1499 5 лет назад

    Wonderful sir! Thank you!

  • @hanyghareb4985
    @hanyghareb4985 6 лет назад

    WAITING you Kouchik .... thanks

  • @sagararora1654
    @sagararora1654 6 лет назад

    why we can't use
    console.log(user)
    outside the getRepos function
    I tried didn't get the desired output while inside the getRepos function it works fine

  • @alejandrom.picano6060
    @alejandrom.picano6060 5 лет назад

    Hi, very good video Java Brains, but i have a question: how can i add the index.js to html without get the error: ReferenceError: exports is not defined in the index.js file, in the line: Object.defineProperty(exports, "__esModule", { value: true });

  • @sunilanthony17
    @sunilanthony17 6 лет назад

    why I'm I getting body.map is not a function?