Skip to content

Instantly share code, notes, and snippets.

@pablonete
Created November 4, 2021 09:59
Show Gist options
  • Save pablonete/c32adeb20533e0c92c3ac13768972d87 to your computer and use it in GitHub Desktop.
Save pablonete/c32adeb20533e0c92c3ac13768972d87 to your computer and use it in GitHub Desktop.
var accessLevel = "user";
if (accessLevel != "user‮⁦ // Check if admin⁩⁦") {
console.log("You are an admin");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment