1:43
JAVASCRIPT How to capitalize string
Simple function which accepts string and returns new string with all words capitalized.
1:44
Javascript Basics · String · toUpperCase() (method)
ToUpperCase() method of String built-in object in JS.
7:36
How to make a string's first character uppercase in JavaScript
In PHP, we have ucfirst() function to make the string's first character uppercase. In JavaScript, we don't have any such function.
0:46
JavaScript How to capitalize string?
That means to make the first letter to be in upper case. Take the first letter. Then use the toUpperCase method. And then add the ...
1:41
Codewars - Javascript - Is the string uppercase?
Code along with me as we solve 'Is the string uppercase?', a Level 8 kyu #javascript #codewars challenge. Here's a link to the ...
34:20
JavaScript String Methods: Converting User Input to Lowercase or Uppercase | Haadi Org
In the first session of our JavaScript course at Haadi Organization, we delve into essential string methods such as charAt, indexOf, ...
0:59
.toUpperCase() and .toLowerCase() - String Methods - Learn JavaScript Fast
Learn about the string methods .toUpperCase() and .toLowerCase() in JavaScript.
1:50
Is the string uppercase? - 8 kyu - JavaScript solution | Codewars Series
Kata : https://www.codewars.com/kata/56cd44e1aa4ac7879200010b You can find solution for this problem in the GitHub repo ...