Skip to content

Files

Latest commit

08c332a · Sep 13, 2018

History

History

JavaScript

⬅️ 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