Udacity Dinosaurs Project - Intermediate Javascript Nanodegree

Опубликовано: 27 Июль 2026
на канале: Coding Crunch
221
1

This is the first project of Intermediate Javascript Nanodegree Program. Purpose of this project is to improve the understanding of object-oriented programming concept and DOM manipulation.

In this project, we will be building an infographic that is derived from data that is provided, as well as user input data. Infographics will be displayed in 3x3 grid tiles with the human in the center tile. Each title will contain the species, an image, and a fact.

Project Requirement
Should contain least 1 class/function for creating new object.There should be 9 objects created.
Human object should get data from the form input.
Should contain least 3 methods which compare dino data to the user data.