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.
SyntaxError
Cette fonction lève une SyntaxError si la source n'est pas valide, et TypeError si la source contient des octets null.
This function raises SyntaxError if the compiled source is invalid, and TypeError if the source contains null bytes.
Les assignations à True ne sont pas autorisées et lèvent une SyntaxError.
Assignments to True are illegal and raise a SyntaxError.
Andere resultaten
Un avertissement prenant la forme d'une exception SyntaxError.
Si ce mot-clé est utilisé en dehors du corps d'une fonction asynchrone, cela provoquera une exception SyntaxError.
If you use it outside of an async function's body, you will get a SyntaxError.
L'objet SyntaxError représente une erreur qui se produit lors de l'interprétation d'un code dont la syntaxe est invalide.
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.
En mode strict, on ne peut pas utiliser let comme étiquette, cela lèvera une exception SyntaxError (let est un identifiant réservé).
In strict mode code, you can't use "let" as a label name. It will throw a SyntaxError (let is a reserved identifier).
Vous obtiendrez une erreur SyntaxError "xml is a reserved identifier" (même si le XML est une chaîne de caractères).
You may get SyntaxError "xml is a reserved identifier" (despite the XML being in a string). Workaround
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 code above will print out an error SyntaxError: invalid syntax which is computer-speak for not knowing what "Hello" and "World" mean.
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").
Prior Firefox 51, using the for... of loop construct with the const keyword threw a SyntaxError ("missing = in const declaration").
SyntaxError Le rootMargin spécifié est invalide.
SyntaxError The specified rootMargin is invalid.
SyntaxError: Unexpected token Oui et à jour.
SyntaxError: Unexpected token Yes, and up to date.
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
See the following example where JSON.parse() works fine and a SyntaxError is thrown when evaluating the code as JavaScript
{{jsxref("SyntaxError")}} objet JavaScript
{{jsxref("SyntaxError")}} JavaScript object
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.