Sep 2, 2024
<script>
tag to write JavaScript code.console.log('Hello World')
to print to the standard output.this
keyword: Context-dependent; refers to the object from which the function was called.this
, ideal for function expressions.new
keyword..then()
and .catch()
.export
to make it available elsewhere.document.querySelector
to select HTML elements.