In this video we'll see:
Learn Node JS Package Development Beginners Tutorial #4 Create a Node Package with String Functions
#nodejs
#node
#nodejsdevelopment
#nodejspackagedevelopment
#nodepackage
// This package contains all functions which will performed with a string value
// Find length of string
module.exports.findLength = function(string){
return string.length;
}
// Convert into Upper Case
module.exports.upper = function(string){
return string.toUpperCase();
}
// Convert into Lower case
module.exports.lower = function(string){
return string.toLowerCase();
}
// Search word inside string
module.exports.findWord = function(word, string){
return string.search(word);
}
// Reverse the string value
module.exports.reverseString = function(string){
return string.split("").reverse().join("");
}
SOCIAL :
===============
Subscribe : / owthub
FACEBOOK : / owthub
TWITTER: / owthub
BLOG: https://onlinewebtutorhub.blogspot.in/
UDEMY: https://www.udemy.com/user/online-web...
Other Tutorials
===============
Wordpress Customizations:
---------------------------------
Wordpress Theme (Hindi): https://goo.gl/MZ8maF
Wordpress Widget (Hindi): https://goo.gl/Dc2htn
Wordpress Plugin (English): https://goo.gl/BA7dYG
Wordpress Theme Options (English): https://goo.gl/Vjv3Ub
Wordpress JSON Rest API (English): https://goo.gl/SVQRQR
Wordpress JSON Rest API (Hindi): https://goo.gl/NNWfKa
and many more...
Javascript framework:
----------------------------------
Learn backbone.js here! (English) : https://goo.gl/Qd2Pcs
Learn Vue JS here ! (Hindi): https://goo.gl/MVtsmh
PHP Frameworks:
----------------------------------
Laravel tutorial (Hindi): https://goo.gl/Nh9qJk
CakePHP tutorial (Hindi): https://goo.gl/uRsS3G
Tags:
----------------------------------
node,
node.js,
node package,
learn node js,
node js package development,
node js package development tutorial,
node js package development for beginners,
package development node js,
npm package development for node application,
node application package development,
node js package development from scratch,
node js package development step by step,
online web tutor node js package development,
online web tutor,
Thanks
Online Web Tutor
Keep learning and Sharing :)
Nesta página do site você pode assistir ao vídeo on-line Learn Node JS Package Development Beginners Tutorial #4 Create a Node Package with String Functions duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Online Web Tutor 23 Fevereiro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 115 vezes e gostou 4 espectadores. Boa visualização!