“apa fungsi operator hapus di javascript” Kode Jawaban

apa fungsi operator hapus di javascript

var student= {age:20, batch:"ABC"};
delete student.age;
Code_Breaker

apa fungsi operator hapus di javascript

// what is the function of delete operator in javascript
let person= {age:20, name:"Chetan"};
delete person.age;
console.log(person); //{ name: 'Chetan' }
Chetan Nada

Jawaban yang mirip dengan “apa fungsi operator hapus di javascript”

Pertanyaan yang mirip dengan “apa fungsi operator hapus di javascript”

Lebih banyak jawaban terkait untuk “apa fungsi operator hapus di javascript” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya