Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

LEARN NODEJS QUICKLY AND JAVASCRIPT CODING PRACTICE EXERCISES: Coding For Beginners

Posted By: silva1410
LEARN NODEJS QUICKLY AND JAVASCRIPT CODING PRACTICE EXERCISES: Coding For Beginners

LEARN NODEJS QUICKLY AND JAVASCRIPT CODING PRACTICE EXERCISES: Coding For Beginners
By JJ TAM
English | 2021 | ASIN : B098MG5N6K | 106 pages | EPUB | 1.2 MB

This book contains NODEJS BASICS AND JAVASCRIPT coding exercises for beginners. It's useful Job interviews and college examinations. This book only for absolute beginners.

TABLE OF CONTENTS
Introduction to Node.js
Node.js: Installation and setup
Node.js Hello World Application
Exploring node package manager (npm)
Npm: Global vs local installation of modules
Npm: Adding dependencies to node.js application
What is npmjs?
Node.js: Callback example
Node.js: Global Objects
Node.js: Exploring console object
Node.js: Process object
Node.js: timing functions
Node.js: Core modules
Node.js: Exploring readline module
Node.js: Exploring events module
EventEmitter: Error handling of events
Node.js: Exporting custom modules
Node.js:http: Serve files
Node.js:http: Serving html page
Node.js:http: Handle post requests
JavaScript functions – Exercises
JavaScript: Find the first not repeated character
JavaScript: Find the longest word within a string
JavaScript: Counts the number of vowels within a string
JavaScript: Check a number is prime or not
JavaScript: Get the data type
JavaScript: Find the second lowest and second greatest
JAVASCRIPT BASICS
Calculate multiplication and division
Convert temperatures
Find the largest
Reverse a given string
Replace every character
Create a new string
Concatenate two strings
Move last three character
Compute the sum
Add two digits
Check whether a given year is a leap
Check given positive number
Check a string starts with 'Java'
Check two given integer values
Find a value which is nearest to 100