JLJean Lucinjeanluc.hashnode.dev·Nov 23, 2024 · 1 min readComment comprendre le type en TypeScriptIl éxiste plusieurs façons de comprendre le types en TypeScript, mais dans ce chapitre nous allons abordés deux façons très courantes: La façon automatique(Type inference). La façon manuel(Explicit Type). Exemple: Type inference: let myVariable...00
JLJean Lucinjeanluc.hashnode.dev·May 29, 2023 · 1 min readIntroduction à la Série TypeScrit.Qu'est ce que TypeScript? Par définition nous pouvons dire : TypeScript(TS) est un superset du langage Javascript developé par Microsoft. TypeScript presente plusieurs avantages tel que: Se compiler facilement en Javascript , vu que le navigateur est...00
JLJean Lucinjeanluc.hashnode.dev·Apr 6, 2023 · 3 min readIs there a difference between different developer roles?This is a question that everyone can ask themselves when starting in programming, even if they are already trained developers because there is an illusion between the distribution of tasks, as well as the roles and technical terms used in the field o...01L