더위를 식히다.js💊| #35:Explica este código JavaScript

해석 código JavaScript


const settings = {
  username: "lydiahallie",
  level: 19,
  health: 90
};

const data = JSON.stringify(settings, ["level", "health"]);
console.log(data);
  • A:"{"level":19, "health":90}"
  • B:"{"username": "lydiahallie"}"
  • C:"["level", "health"]"
  • D:"{"username": "lydiahallie", "level":19, "health":90}"
  • 다시 시작하다.

    좋은 웹페이지 즐겨찾기