how to stop oneko
1. On terminal
2. Type:
ps -ef | grep oneko
kill PID_no
how to stop oneko
1. On terminal
2. Type:
ps -ef | grep oneko
kill PID_no
how to add script in html head
<script src="script.js" defer></script>
<!--just add defer attribute so script will execute at last-->
call js script in html
<script src="file1.js" type="text/javascript"></script>
<script src="file2.js" type="text/javascript"></script>
js insert
arr.splice(index, 0, item);
// will insert item into arr at the specified index
// (deleting 0 items first, that is, it's just an insert).
add javascript
function add(param1, param2) {
return param1 + param2
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us