Skip to content

Instantly share code, notes, and snippets.

View forethoughtde's full-sized avatar
🎯
Focusing

forethoughtde

🎯
Focusing
  • Munich, Germany
View GitHub Profile
$delivery_id = 10;
$userObj->notify(new PacketReceiveNotification(delivery_id));
/*
Mix function
*/
const deleteProperty = (obj, condition) => {
Object.keys(obj).forEach((key) => {