Skip to content

Instantly share code, notes, and snippets.

@YNSTakeru
Created February 23, 2024 05:39
Show Gist options
  • Save YNSTakeru/4d3f32125ed782db685d91a9e51a835a to your computer and use it in GitHub Desktop.
Save YNSTakeru/4d3f32125ed782db685d91a9e51a835a to your computer and use it in GitHub Desktop.
ミュータブルについて
let myObj = {name:"太郎", score: 100}
let myArry = ["red","blue","green"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment