Skip to content

Instantly share code, notes, and snippets.

@YNSTakeru
Last active February 23, 2024 05:34
Show Gist options
  • Save YNSTakeru/e751f0db147eb361edd2711d8b2ea559 to your computer and use it in GitHub Desktop.
Save YNSTakeru/e751f0db147eb361edd2711d8b2ea559 to your computer and use it in GitHub Desktop.
JavaScriptのプリミティブ変数一覧
const USUER_NAME = "やぁ"
let num = 0
let isCorrect = false;
let telNumber = undefined
let Sym1 = Symbol("Sym")
let address = null
@YNSTakeru
Copy link
Author

プリミティブ変数の追記

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