cara menghapus tiga huruf terakhir kata dalam js

str = str.slice(0, -3);
Kind Kea