Get $250 off DevMountain: http://calebcurry.com/devmountain
Read my blog: http://calebcurry.com/javascript-blogs
This is #21 in a series on JavaScript. We continue our discussion on string methods!
Instagram: http://instagram.com/CalebCurry
Twitter: http://twitter.com/calebCurry
Facebook: http://bit.ly/CalebCurryFacebook
More content: http://CalebCurry.com
Support me! http://www.patreon.com/calebcurry
~~~~~~~~~~~~~~~Additional Links~~~~~~~~~~~~~~~
Subscribe to my newsletter: http://bit.ly/JoinCCNewsletter
Donate!: http://bit.ly/DonateCTVM2.
Artist: ARTISS
Title: Tropical Summer
http://www.hooksounds.com
Original source
4 responses to “JavaScript Programming Tutorial 21 – More String Methods (substring, substr, slice, trim, repeat)”
Learn Javascript – http://bit.ly/JavaScriptPlaylist
Learn Java – http://bit.ly/JavaPlaylist
Learn C# – http://bit.ly/CSharpTutorialsPlaylist
Learn C++ – http://bit.ly/CPlusPlusPlaylist
Learn C – http://bit.ly/CTutorialsPlaylist
i made a calculator with javascript you see the calculator at
https://github.com/akhlaq-choudhary/calculator
Hi I'm a beginer to JavaScript What is wrong in this code.. Its not displaying in browser….
Any body pls help….🙏
var shortcut = function(s1, s2) {
var s1= "Amnesty";
var s2 = "International"
return s1.charAt(0) + s2.charAt(0);
};
Dude, your channel is like a university for everything software related. Please keep up the amazing work!