Posted On April 4, 2019

Basic JavaScript: Understand String Immutability

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Basic JavaScript: Understand String Immutability
// Setup
var myStr = "Jello World";

// Only change code below this line

myStr[0] = "H"; // Fix Me

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Remove an A-Host Record within Active Directory Integrated DNS Domain

Warning: this code is NOT 'production ready'. Please review and test on DEV environments carefully…

Notable Features of C#

This language is part of the .NET framework that can be used to build applications…

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…