Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

strupper in js

var mystring = "lowercase cha!";
var res = mystring.toUpperCase();  
console.log(res);

/* output : LOWERCASE CHA! */
Comment

PREVIOUS NEXT
Code Example
Javascript :: 8ball javascript 
Javascript :: javascript remove last element 
Javascript :: shopify bypass cart 
Javascript :: pass ref to class component react 
Javascript :: file upload nest 
Javascript :: document ready vanilla js 
Javascript :: angular print html 
Javascript :: how to delete an element from an array 
Javascript :: disable textbox on plumsail 
Javascript :: eleventy open browser automatically 
Javascript :: what is symbol in javascript 
Javascript :: intersection of two objects in javascript 
Javascript :: Javascript code to Detect All Network Number In Nigeria (MTN, Glo, Airtel & 9Mobile). 
Javascript :: spread operator react 
Javascript :: nested ternary operator javascript 
Javascript :: javascript and json 
Javascript :: JavaScript max 32-bit integer 
Javascript :: mongoose cursor eachasync 
Javascript :: javascript delete dict value 
Javascript :: modal react form table 
Javascript :: instagram unfollow console code 
Javascript :: Play Audio Stream from Client 
Javascript :: vuejs input call the value 
Javascript :: redux actions.js 
Javascript :: for loop with if statement 
Javascript :: js display property 
Javascript :: agrgar atributo con id jquey 
Javascript :: div diseapear animation 
Javascript :: obtain only integer not decimal js 
Javascript :: javascript remove everything after . 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =