Javascript
The basics of Javascript
From the HTML code we wrote from the previous activity.
Add <script> </script> under </style>
</style>
<script>
</script>
</head>
Add function()
</style>
<script>
function hey(){
...
olliekim.hashnode.dev1 min read