Forum Moderators: open
our friend Fotiman has given you the last three string letters, so here is the string less the last three letters...
<script type="text/javascript">var s="sawkat";
var start=s.length - 3;
alert(s.substring(0,start));</script>
birdbrain