Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 809 Bytes

File metadata and controls

44 lines (28 loc) · 809 Bytes

⬅️ JavaScript

INDEX

🚀 CONVERSIONS

🚀 DATA STRUCTURES

🚀 DYNAMIC PROGRAMMING

🚀 MISC

🚀 SEARCHES

🚀 SORTING

🚀 CONTRIBUTING

  • Only add extern js file code .html .css will be ignored

🚀 EXECUTION OF JavaScript CODE

ALL OS

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