string ends with nodejs code example Example: javascript endswith "Hello world".endsWith("world");//true "Hello world".endsWith("Hello");//false