endwith javascript code example Example: javascript endswith "Hello world".endsWith("world");//true "Hello world".endsWith("Hello");//false