ES6 and Typescript Tutorial - 10 - Arrow Functions

preview_player
Показать описание

📱 Follow Codevolution

About Arrow functions in ES6.

ES6 | ES2015 | Typescript | ES6 Tutorial | ES2015 Tutorial | Typescript Tutorial | ES6 Tutorial for Beginners | ES2015 Tutorial for Beginners | Typescript tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

Since this is a typescript tutorial, I expected types in your function declarations, not just plain Javascript.

lacis
Автор

why do i get a compile Fehler , , if i did not write the parameter like this
const getArrowvalue = (m: number) => 10*m ;

bahazanabili
Автор

What is the benefit of declaring a function as a const instead of just declaring the function as such, let's say getArrowValue = () => {} ?

Asthbendriel
Автор

es7 and es8 upload new features please

rambaburam