Eliahu Garcia Lozano
Eliahu Garcia Lozano

Eliahu Garcia Lozano

Follow
homeMy Websitebadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Unlocking Improved Accessibility with React's createPortal Method

Mar 18, 20234 min read 928 views

React is a popular JavaScript library that provides developers with a powerful and efficient way to build user interfaces. One of the key features of...

Unlocking Improved Accessibility with React's createPortal Method

How to Teleport in Vue 3

Jan 21, 20213 min read 598 views

A few days ago I decided it was time for me to update myself to the new version of Vuejs, Vue 3. And today I wanted to share with you the first thing...

How to Teleport in Vue 3

Trim Your Inputs!

Dec 9, 20205 min read 280 views

Definition of trim, "To cut away unnecessary parts from something." - Oxford Dictionary. Sometimes, validating forms in JavaScript can be a tedious...

Trim Your Inputs!

Default Function Parameters

Dec 7, 20203 min read 250 views

We always have to validate if the arguments passed in a function have a value or they are undefined but, do we really? Introduction In my last post, I...

Default Function Parameters

Destructuring Assignment In A Function Parameter

Nov 27, 20204 min read 336 views

Have you ever passed an argument as a null or undefined in a function? Since ES2015 (aka ES6) you don’t have to. You can use JavaScript...

Destructuring Assignment In A Function Parameter

Copyright Up To Date (The Automate Way)

Oct 6, 20201 min read 188 views

Let's be honest, outdated copyright disclaimers on a website looks bad. Looks like the website it's unmaintained on many levels. On the other hand,...

Copyright Up To Date (The Automate Way)