
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
Hey guys! Wrote a thing on JS data types. Pls check it out and let me know your thoughts.😎. #JavaScript #WebDev #buildinginpublic.
medium.com
Imagine setting out to learn a new language. Before one can construct a simple sentence, a fundamental understanding of the basic building…
0
0
1
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
🗓️ #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 ( )
0
1
6
🗓️ #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
0
1
5
#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
0
3
8
🗓️ #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 🔜
0
1
6
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
1
1
6
🗓️ #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
0
1
7
🗓️ #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
0
1
3
🗓️ #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 🔜
1
2
9
#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
1
1
10
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
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
🗓️ #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
2
3
15
🗓️ #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
2
1
12
#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.
0
2
6
🗓️ #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
0
2
6
🗓️ #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
0
3
8