CKEditor
Simple Summernote
Tech▾
- Tech
- News
- Political
Full Summernote
Tech▾
- Tech
- News
- Political
Code Editor
life.js▾
- life.js
- afterlife.js
1
var yourTimeout = undefined;
2
setTimeout(function() {
3
Person.die(you);
4
}, yourTimeout);
var yourTimeout = undefined;
setTimeout(function() {
Person.die(you);
}, yourTimeout);