Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L'exemple d'échapement n'est pas bon #25460

Open
Zanonia opened this issue Jan 15, 2025 · 0 comments
Open

L'exemple d'échapement n'est pas bon #25460

Zanonia opened this issue Jan 15, 2025 · 0 comments
Labels
l10n-fr Issues related to French content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@Zanonia
Copy link

Zanonia commented Jan 15, 2025

URL MDN

https://developer.mozilla.org/fr/docs/Learn_web_development/Core/Scripting/Strings

Sur quelle section/titre porte ce problème ?

Échappement de caractères dans une chaîne

Quelle information était incorrecte, inutile ou incomplète ?

L'exemple à saisir dans la console ne comporte pas d'échappement :
let bigmouth = "Je n'ai pas eu droit à prendre place..."; bigmouth;

Que vous attendiez-vous à voir ?

Un exemple de code avec échappement :

let bigmouth = 'Je n\'ai pas eu droit à prendre place...';
bigmouth;

Avez-vous des liens, références ou citations sur ce sujet ?

No response

Souhaitez-vous ajouter autre chose ?

No response

Métadonnées MDN

Page report details
@Zanonia Zanonia added l10n-fr Issues related to French content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-fr Issues related to French content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant