mein
Version:
My JavaScript Library
22 lines (19 loc) • 583 B
HTML
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Test">
<title>Test</title>
<script src="index.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script>
$(document).ready(function(){
_('Merhaba Trunçgil Teknoloji').debug('red','yellow');
_(__.now()).debug();
});
</script>
</head>
<body>
</body>
</html>