Introduction
JavaScript is a programming language primarily used for web development, but it is a great introduction to programming in general. It allows for you to write instructions for a computer to follow, creating programs that can perform various tasks. In this learning activity, we will introduce you to programming concepts using JavaScript, starting with how to write and run simple programs. This will build a foundation for understanding the core principles of programming that can be applied in many different contexts.