Practice on how to build " to do list app ".

Since , i am almost at end of Bootcamp on scrimba, i decided to start practicing on how to build a to-do list application. And of course at the beginning, it …

Event listener

Today’s topic is event listener. The first method that i learned today is addEventListener(). The Event Target method addEventListener() sets up a …

Repetition of javascript: data types, loop and arrays.

I have gone through videos of JavaScript (bootcamp) again, just to make sure that i understood well JavaScript and practiced on my visual studio code. This …

Create Element with JavaScript.

Today, i followed on the Bootcamp how to create an element in JavaScript. The first way is made of 3 steps. First create an element with …

Modifying styles and elements value in JavaScript.

On the bootcamp, the subjects that i covered are: modifying styles and elements value in Javascript. To do that, there are two properties usually used called …

Introduction of DOM (Document Object Model).

From the introduction of DOM to the selection of an element (getElementById or querrySelector) or several elements (querrySelectorAll, getElementsByClassName …

JavaScript Objects.

My journey continues on the Bootcamp, i viewed the javascript object and did the assignment suggested. As the pictures indicate below: Javscript object …

JavaScript If/else statement and Arrays.

Today, i continued on the Bootcamp Primer, i went through javascript: if/else statement, Loops and arrays. As you can see below, the different exercises: …

I started JavaScript.

My journey on the Bootcamp Scrimba continues, i began with JavaScript , went through all the data types, I did an exercise which consists of writing an object …

CSS Practice

My journey on The Bootcamp Scrimba continues, I went through the CSS exercises proposed by the Bootcamp. The Cia sily, the Newsies and the flag assignment. Css …

Css Layout.

Today was a good day. On the Bootcamp, i was able to do exercises concerning the position and layout. Very good exercises which allowed me to better assimilate …

CSS basic Concepts.

Today was my second day on the code Bootcamp primer. I have reviewed CSS concepts, how to style elements, classes, ids, how CSS selectors work whether it is for …