Skip to content

Commit

Permalink
add javascript cert info
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowner committed May 12, 2024
1 parent 424fe5b commit bc61649
Show file tree
Hide file tree
Showing 14 changed files with 292 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion gitignore/.gitignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.vscode
node_modules
.node_modules
references
assets
.gitpod.dockerfile
.gitpod.yml
package-lock.json
Expand Down
52 changes: 0 additions & 52 deletions cards/index.html

This file was deleted.

174 changes: 0 additions & 174 deletions cards/style.css

This file was deleted.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<nav>
<ul>
<li class="nav"><a href="/" aria-current="page">Home</a></li>
<h2>Responsive Web Design Certification</h2>
<li class="nav"><a href="responsive-web-design/cat-photo-app/index.html">Cat Photo App</a></li>
<li class="nav"><a href="responsive-web-design/cafe-menu/index.html">Cafe Menu</a></li>
<li class="nav"><a href="responsive-web-design/set-of-colored-markers/index.html">Set of Colored Markers</a></li>
Expand Down
16 changes: 14 additions & 2 deletions javascript-algorithms-and-data-structures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ You'll also learn about Object Oriented Programming (OOP), Functional Programmin

## Courses

### Learn Basic JavaScript by Building a Role Playing Game, 35% Completed
### Learn Introductory JavaScript by Building a Pyramid Generator, 33% Completed

JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.

In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more.

### Review JavaScript Fundamentals by Building a Gradebook App, Not started

In this mini project, you will get to review JavaScript fundamentals like functions, variables, conditionals and more by building a gradebook app.

This will give you an opportunity to solve small problems and get a better understanding of the basics.

### Learn Basic JavaScript by Building a Role Playing Game, Completed

JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.

Expand Down Expand Up @@ -54,7 +66,7 @@ For this project, you'll build an application that converts integers to Roman nu

**Certification Project**

### Build a Telephone Number Validator Project Certification Project
### Build a Telephone Number Validator Certification Project

This is one of the required projects to claim your certification.

Expand Down
File renamed without changes.
Loading

0 comments on commit bc61649

Please sign in to comment.