Skip to content

Instantly share code, notes, and snippets.

@DavidPeralvarez
Created March 16, 2020 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidPeralvarez/67d34228d2197ef92c9510c9b37768f7 to your computer and use it in GitHub Desktop.
Save DavidPeralvarez/67d34228d2197ef92c9510c9b37768f7 to your computer and use it in GitHub Desktop.
JavaScript - Separa tu código JS
<!DOCTYPE html>
<html>
<head>
<title>Curso de Javascript</title>
</head>
<body>
<script src="scripts.js"></script>
</body>
</html>
// alert( "Hola Mundo" );
console.log( "Hola Mundo" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment