Learn Node JS Package Development Beginners Tutorial #4 Create a Node Package with String Functions

Publié le: 23 février 2020
sur la chaîne: Online Web Tutor
115
4

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 :)


Sur cette page du site, vous pouvez voir la vidéo en ligne Learn Node JS Package Development Beginners Tutorial #4 Create a Node Package with String Functions durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Online Web Tutor 23 février 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 115 fois et il a aimé 4 téléspectateurs. Bon visionnage!