Hello World! JavaScript - Ellipsis Education

⭐ Texas educators: our K-5 Tech Apps curriculum is a state-approved instructional material. Learn More.

Hello World! JavaScript

Computer Science Lessons for Middle School

Teach computer science with a free lesson from Ellipsis Education javascript curriculum. Receive a coding curriculum PDF for Hello Word!, built for grades 6-8.

Explore courses in this grade band:

About the Lesson

In Hello World!, students will begin to explore the basics of how the internet works and how webpages are built. HTML and other established standards and best practices will be introduced and practiced. Students will create a simple webpage that displays a greeting message. This lesson is built for grades 6-8 and includes links to the appropriate materials and resources, a detailed procedure, activity tips, and a bonus challenge activity.

LEARNING OBJECTIVES
  • Students will be able to recognize the basic components which make up the internet.

  • Students will be able to compose an HTML tag framework using the HTML hierarchy.

  • Students will be able to explain the purpose of different HTML tags.

VOCABULARY
  • HTML

  • Internet

  • Tags

  • Text Editor

  • Website

Computer Science for Middle School

HELLO WORLD!

Teach computer science with a free lesson from Ellipsis Education javascript curriculum. Receive a coding curriculum PDF for Hello Word!, built for grades 6 – 8.

Middle School Computer Science Curriculum

Ellipsis Education provides K-12 computer science curriculum. This lesson represents Ellipsis Education Computer Science Applications courses, made for grades 6-8. Motivate your students with courses that connect to their world. Coding lessons use line based languages JavaScript, HTML, CSS, and Java to explore programming options. Learn more about each Computer Science Applications course below.

INTRO TO COMPUTER SCIENCE APPLICATIONS 6TH GRADE

Examine fundamental computer science concepts with JavaScript. Integrate conditionals, loops, and arrays in functions to enable user actions on a website. Discuss ethical online behavior and STEM careers.

COMPUTER SCIENCE APPLICATIONS JAVASCRIPT 7TH GRADE

Use JavaScript and design best practices to solve real-world problems. Expand understanding of concepts including functions, conditionals, and arrays. Discuss collaboration and problem-solving techniques.

COMPUTER SCIENCE APPLICATIONS JAVA 8TH GRADE

Deepen existing computer science skills using Java. Explore loops, objects, methods, and classes to build applications like a fitness tracker. Discuss incorporating feedback and physical security measures.

What is JavaScript?

JavaScript is a programming language that allows you to code interactive content, control multimedia (like videos, photos, etc.), and create animations. It generally makes up the 3rd “layer” of web or app design. JavaScript is a dynamic coding language; it enables a developer to show different things in different circumstances based on the actions of the end user. For example, JavaScript can pull from large data sets to create a custom graph or show directions on a map. On the other hand, HTML and CSS are static coding languages; developers use them to show the same things all the time.

Functions are the backbone of JavaScript programs. Functions use coding core concepts like branching, loops, and variables to create all of the functionality we see on websites.  Functions can house variables, which are flexible storage containers for many different data types. Let’s take a look at some of the most common types:

  1. Numbers: A JavaScript data type that includes whole numbers (integers) and numbers with decimals (doubles).

  2. Strings: A JavaScript data type that includes any characters within quotation marks (“Hello World”, “Fred”).

  3. Arrays: A data structure that stores a collection of values.

The flexibility of JavaScript has fueled its rise to the most widely used browser language today.

Computer Lesson Plans for Middle School

Looking for more? Here are other downloads that are representative of Ellipsis Education Computer Science Applications for grades 6-8. Mix and match Ellipsis Education free resources to organize your own hour of code event.

Removing barriers to teaching computer science.