Why this plugin is not working?

WP_PLUGIN_URL doesn’t have a trailing slash, so your script tag is likely trying to load a file from the wrong location.

That said, don’t use WP_PLUGIN_URL, use plugins_url() instead.

plugins_url( '/HelloWorld/js_plugin.js' )