Vertaling van "SyntaxError" in Frans
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.
Error type A warning that a SyntaxError occurred.
If you use it outside of an async function's body, you will get a SyntaxError.
Si ce mot-clé est utilisé en dehors du corps d'une fonction asynchrone, cela provoquera une exception SyntaxError.
In strict mode code, you can't use "let" as a label name. It will throw a SyntaxError (let is a reserved identifier).
En mode strict, on ne peut pas utiliser let comme étiquette, cela lèvera une exception SyntaxError (let est un identifiant réservé).
A SyntaxError is thrown when the JavaScript engine encounters tokens or token order that does not conform to the syntax of the language when parsing code.
Note: See our SyntaxError: missing) after argument list reference page for more details about this error.
Note: Voyez la page relative à SyntaxError: missing) after argument list pour plus de précisions à ce propos.
Prior Firefox 51, using the for... of loop construct with the const keyword threw a SyntaxError ("missing = in const declaration").
Avant Firefox 51, lorsqu'on utilisait une boucle for... of avec le mot-clé const, cela générait une exception SyntaxError ("missing = in const declaration").
Assignments to True are illegal and raise a SyntaxError.
Les assignations à True ne sont pas autorisées et lèvent une SyntaxError.
The code above will print out an error SyntaxError: invalid syntax which is computer-speak for not knowing what "Hello" and "World" mean.
Le code ci-dessus va afficher une erreur SyntaxError: invalid syntax qui est la manière pour l'ordinateur de dire qu'il ne sait pas ce que signifient « Hello » et « World ».
The definition of 'SyntaxError' in that specification.
You may get SyntaxError "xml is a reserved identifier" (despite the XML being in a string). Workaround
Vous obtiendrez une erreur SyntaxError "xml is a reserved identifier" (même si le XML est une chaîne de caractères).
This function raises SyntaxError if the compiled source is invalid, and TypeError if the source contains null bytes.
Cette fonction lève une SyntaxError si la source n'est pas valide, et TypeError si la source contient des octets null.
See the following example where JSON.parse() works fine and a SyntaxError is thrown when evaluating the code as JavaScript
Voir l'exemple suivant où JSON.parse fonctionne correctement et une erreur de syntaxe (SyntaxError) est levée lors de l'évaluation du code comme du JavaScript
{{jsxref("SyntaxError")}} JavaScript object
{{jsxref("SyntaxError")}} objet JavaScript