LadWhoCodes Home
LadWhoCodes logo
LadWhoCodes

HomeAboutContact

Javascript

  1. Trim any character from the ends of the String in JavaScript

    May 28, 2023

    Javascript provides a method on string objects to trim off spaces from the end. But there are times when you want to trim any character from the ends of the string. You can easily create this functionality in Javascript by creating a new custom trim method.

  2. Prevent Objects from Modification in JavaScript

    October 15, 2023

    Learn how to prevent objects from modification in Javascript. This tutorials will help you prevent modification of nested objects/arrays and addition of new properties to the object.

About
Contact
Sitemap
© 2018 - 2023, Built with Gatsby