Skip to content

Mistake in translation : JavaScript Fundamentals:Logical operators #660

Description

@iziodos96

Hi there,

There is a translation error in the French version of the article "Logical operators".

English version:

"The precedence of NOT ! is the highest of all logical operators, so it always executes first, before && or ||."

Current French version:

"La précédence de NOT ! est la plus élevée de tous les opérateurs binaire, il est donc toujours exécuté en premier, avant les autres."

Issue

Translating "logical operators" as "opérateurs binaire" is misleading (it sounds like "binary/bitwise operators").

Suggested fix

The exact translation should be "opérateurs logiques".

In addition, incorporating the mention of && and || from the English text makes the sentence clearer:

"La précédence de NOT ! est la plus élevée de tous les opérateurs logiques, il est donc toujours exécuté en premier, avant && et ||."

I'd be happy to submit a PR with this fix if needed! Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions