Vertaling van "en JS" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Le problème est qu'il n'y a pas d'interfaces explicites en JS, cependant il y a des manières de contourner ce point.
A problem is that there are no explicit interfaces in JS, but there are ways around this.
Mais en JS, il y a un concept nommé hoisting ("remontée") qui déclare la variable au tout début de la fonction, même si tu l'as écrite plus loin.
But in JS, there is a concept, called "hoisting", which actually declares a variable at the top of the function, even if you declared it later.
Mais si on travaille avec des bibliothèques externes écrites en JS, comment savoir les types des paramètres attendus par telle fonction de telle bibliothèque ?
When working with external libraries written in JS, you may think we are doomed because we don't know what types of parameter the function in that library will expect.
Le cas le plus évident est quand tu dois appeler une fonction inconnue d'une autre API en JS : tu dois lire la documentation (ou pire le code de la fonction) pour deviner à quoi doivent ressembler les paramètres.
The most obvious might be when you call an unknown function in JS from another API, you pretty much have to read the doc (or, worse, the function code) to know what the parameter should look like.
Je n'ai pas toutes les connaissances nécessaires en JS pour corriger moi même et il me manque également les informations de l'API du jeu.
I do not have all the necessary knowledge in JS to correct myself and I also miss the API information of the game.
Et l'équipe Angular a envie de soumettre le système de type au comité de standardisation, donc peut-être qu'un jour il sera normal d'avoir de vrais types en JS.
And the Angular team really hopes to submit the type system to the standard committee, so maybe one day we'll have types in JS, and all this will be usual.
Un des co-fondateurs de Ninja Squad se plaint souvent du manque de type en JS, et déclare qu'il n'est pas aussi productif, et qu'il ne produit pas du code aussi bon qu'il le ferait dans un environnement plus statiquement typé.
One of Ninja Squad's co-founders is often complaining about the lack of types in JS, and says he can't be as productive and produce as good code as he would in a more statically typed environment.
Dans le compositeur, on aurait une implémentation en JS qui communique avec les commandes existantes et met à jour les noeuds XUL.
In Composer, we'd have an implementation in JS that talks to the existing commands, and updates the XUL nodes.
Je développe en JS côté client et serveur, en utilisant le langage seul ou des frameworks tels que VueJs.
I programm in JS on client side as well as server side with NodeJs, using the language by itself or frameorks like VueJs.
Vous avez des bases en JS et que vous soyez expert AngularJs ou ReactJs, ou que vous n'ayez jamais touché un framework front-end, vous êtes le bienvenu sur ce meetup, il intéressera même les experts nodejs qui ont enfin un vrai framework.
You have bases in JS and you are an expert on ReactJs or AngularJS, or have never touched a front-end framework, you are welcome on this meetup.
Propulsé par un serveur HTTP embarqué hébergeant une API-REST et un client web en JS.
Powered by an embedded HTTP server hosting a REST-API and a web client written in JS.
Vous avez des bases en JS et que vous soyez expert AngularJs ou ReactJs, ou que vous n'ayez jamais touché un framework front-end, vous êtes le bienvenu sur ce meetup, il intéressera même les experts nodejs qui ont enfin un vrai framework.
You have bases in JS and you are an expert on ReactJs or AngularJS, or have never touched a front-Fight Code is coming back!
En effet, vous pouvez coder en Java ou Objective-C / Swift une fonctionnalité qui permet d'interagir avec l'API native de l'OS et exposer celle-ci afin de l'utiliser en JS. Magique non ?
Indeed, you can code a feature (in Java or Objective-C/ Swift) that allows to interact with the native API of the OS and to expose it to be used in JS.