Im_manuel Profile
Im_manuel

@Im_manuel00

Followers
1K
Following
2K
Media
28
Statuses
240

Front-end Developer👨🏽‍💻 || Student ambassador @cowrywise

Secret place of the most high
Joined June 2020
Don't wanna be here? Send us removal request.
@Im_manuel00
Im_manuel
2 months
RT @AdesanyaAdedo11: @SanniSheriff_ This is my entry for the YouTube thumbnail challenge. Kindly drop a comment, like and repost. Let's g….
0
9
0
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 30 of #30DaysOfCode .📌Today, I learnt some Math functions and The Remainder Operator.➡️ To get a square root - use Math.sqrt ( ) .➡️ To get a max or min value - use Math.max ( ) or Math.min ( ).➡️ To get a random value - use Math.trunc ( )
Tweet media one
Tweet media two
0
1
6
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 29 of #30DaysOfCode .📌 Learnt how to convert values to numbers and how to check if certain values are numbers.➡️ To convert to numbers - use the plus sign followed by the string.➡️ To check if a value is a number - use the .NaN method, .isFinite, & .isInteger method
Tweet media one
Tweet media two
Tweet media three
0
1
5
@Im_manuel00
Im_manuel
3 months
#Day 28 of #30DaysOfCode .📌 learnt the sort method and generating arrays programmatically.➡️ The JS built-in sort method is used to sort arrays.➡️ To generate arrays programmatically; we create using the new Array ( ), fill with .fill ( ) or Array.from ( ) to create and fill
Tweet media one
Tweet media two
Tweet media three
0
3
8
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 27 of #30DaysOfCode .📌 Some and Every method.➡️ Some-unlike the include method that checks for equality, some tests for condition.➡️ Every- quite similar to the some method. The difference is; every returns true if all the array satisfy the condition passed in. Day 28 🔜
Tweet media one
Tweet media two
0
1
6
@Im_manuel00
Im_manuel
3 months
Day 26 of #30DaysOfCode .📌I learnt the Find method which is another method that loops over an array but its work is to retrieve an element of an array. It works like the filter method but the difference is that Find returns the first element that satisfy the specified condition
Tweet media one
1
1
6
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 25 of #30DaysOfCode .📌Today, I learnt the Filter and Reduce method. ➡️Filter method is used to filter for elements that satisfy a certain condition. ➡️ Reduce method is used to boil down all the elements of an original array into one single value. Day 26🔜.#Coding
Tweet media one
Tweet media two
0
1
7
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 24 of #30DaysOfCode .📌 I learnt the map array method used in data transformation. It is another method that can be used to loop over arrays. Unlike the forEach method, the map method doesn’t mutate the original array, it only returns a new array with the new element
Tweet media one
Tweet media two
0
1
3
@Im_manuel00
Im_manuel
3 months
Tweet media one
0
46
0
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 23 of #30DaysOfCode .📌 I focused more on DOM manipulation by creating HTML elements in JS and attaching it to the webpage which involves calling .insertAdjacentHTML ( ) method. 📌 I also learnt how to use .innerHTML property to empty an entire HTML container.Day 24 🔜
Tweet media one
Tweet media two
Tweet media three
1
2
9
@Im_manuel00
Im_manuel
3 months
#Day 22 of #30DaysOfCode .📌Using forEach to loop over arrays and maps.➡️forEach method requires a call-back function that takes in three parameters which is the; current element, index, and the entire array in arrays while it takes in the current value, key, and the entire map
Tweet media one
Tweet media two
1
1
10
@Im_manuel00
Im_manuel
3 months
RT @the_smallie: Navigating school as an influencer is one of the hardest things to do in this life, especially if they don’t do “runs” in….
0
877
0
@Im_manuel00
Im_manuel
3 months
RT @_devJNS: coding is like working out. the only way to improve your capability is by showing up everyday and putting in the work.
0
43
0
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 21 of #30DaysOfCode .📌Learnt more array methods.➡️slice method - Works like the string slice method.➡️Splice - sometimes used to delete elements.➡️Reverse - reversing the elements of an array.➡️Concat - to concatenate arrays.➡️Join - to join elements of an array
Tweet media one
Tweet media two
2
3
15
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 20 of #30DaysOfCode .📌Learnt Immediately Invoked Function Expression (IIFE) and a JS feature called Closure.➡️IIFE is a function that is only executed once.➡️A closure makes a function remember all the variables that existed at its parent function.Day 21 🔜.#Coding
Tweet media one
2
1
12
@Im_manuel00
Im_manuel
3 months
RT @DanielAfriheart: It’s going to be an amazing week.
0
11
0
@Im_manuel00
Im_manuel
3 months
#Day 19 of #30DaysOfCode .📌 Call & Bind method.The two method allows us to manually set the this keyword for any function to be called, but the difference is that the bind method does not instantly call the function, it returns a new function where the this keyword is bound to.
Tweet media one
0
2
6
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 18 of #30DaysOfCode .📌Learnt the JS Higher-order Functions.JS treats functions as values which means we can: store them in variables, pass them as arguments and also return them from other functions. This forms the basis for Higher-Order Functions. Day 19 🔜.#Coding
Tweet media one
Tweet media two
0
2
6
@Im_manuel00
Im_manuel
3 months
🗓️ #Day 17 of #30DaysOfCode . ➡️ Learnt default parameters in JavaScript - where some parameters have default values before calling them in a function. ➡️I also learnt how passing primitives and objects as arguments into functions work. Day 18 🔜.#CodingFacts #CodingJourney
Tweet media one
0
3
8