Skip to content

Instantly share code, notes, and snippets.

View Tajir-Ramadhan's full-sized avatar
🎯
Focusing

Tajir Ramadhan Tajir-Ramadhan

🎯
Focusing
View GitHub Profile
@Tajir-Ramadhan
Tajir-Ramadhan / AdbCommands
Created March 24, 2024 20:09 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@Tajir-Ramadhan
Tajir-Ramadhan / Script.js
Created January 27, 2024 15:48 — forked from aravindsakthivel/Script.js
LocalStorage Food Ordering App
// food_form
// orderNo
// foodName
// oodPrice
// showFoodBtn
// showFood
var orderFood = function(event){
event.preventDefault()
var orderNo = document.getElementById("orderNo").value