11 TypeScript Course - never vs void type

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 7

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

    Perfect Explanation, where function never reach to the end. That's why its type is "never". infinite function, exception function are the best one to understand.

  • @khizrshaikh9902
    @khizrshaikh9902 2 роки тому +10

    VOID: void not return anything but reach to the end of function
    NEVER: not return anything and not reach to the end of function

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

    Thank you, this really helped!

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

    Thanks for good explanation

  • @Gszada
    @Gszada 2 роки тому +1

    super explanation