Just keep the js folder in the webroot directory and it will work with hope.
Secondly, you wrote the correct syntax
<?php echo $this->Html->script('bootstrap.min'); ?>
thirdly, it also depends on the .htaccess file. if you didn’t get the correct path, tell me where you saved your project and what you wrote in your .htaccess file.
Thanks.