⬅️ JavaScript
- Only add extern js file code .html .css will be ignored
Create a file name index.html and write the code below to run js
<!DOCTYPE html>
<html lang="en-US">
<head>
<title></title>
<script type="text/javascript" src="Sorting/bubble-sort.js"></script>
</head>
<body>
</body>
</html>
Open the index.html page with your browser and the output of js will be displayed