Skip to content

Commit ebc9058

Browse files
authored
Update README.md
+ added table for layout & consistency for all repo of js exercises + fixed last-commit badge for repo. + added 4geeks twitter follow + fixed url for beginner exercises -+ removed built by developers with BreathCode certification - removed line 17, information already provided at the bottom - removed line 15 with badge/img incorrectly displayed
1 parent 86da35a commit ebc9058

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# Looping in Javascript Tutorial & Exercises
2-
3-
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/.breathecode/assets/badge.png?raw=true"></a>
4-
5-
> By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
6-
7-
![last commit](https://img.shields.io/github/last-commit/4geeksacademy/javascript-arrays-exercises-tutorial)
8-
[![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://breatheco.de)
9-
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)
1+
<table>
2+
<tr>
3+
<td><img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,32"></td>
4+
<td>
5+
<h1 align="center"> Looping in Javascript Tutorial & Exercises</h1>
6+
<img src="https://img.shields.io/github/last-commit/4geeksacademy/javascript-arrays-exercises-tutorial" />
7+
<a href="https://breatheco.de"><img src="https://img.shields.io/badge/certified-BreatheCode-blue" /></a>
8+
<a href="https://twitter.com/4geeksacademy"><img src="https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter" alt="follow on twitter"></a>
9+
<a href="https://twitter.com/alesanchezr"><img src="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter" alt="follow on Twitter"></a>
10+
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial.git"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
11+
</td>
12+
</tr>
13+
</table>
1014

1115
Dozens of looping exercises to sharpen your looping skills with for, forEach, map, filter, looping a dictionary, looping bidimentional arrays, adding conditions to loops, finding an element, and more!
1216

1317
1. [Javascript for Beginners](https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial)
14-
2. [Looping with Javascript](https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial) ← your are here now 🔥
18+
2. [Looping with Javascript](https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial) ← your are here now 🔥
1519
3. [Javascript Functions](https://github.com/4GeeksAcademy/javascript-functions-exercises-tutorial)
1620

1721
<p align="center">

0 commit comments

Comments
 (0)