![]() |
The urlObject.port() method in Node is used to get the numeric port portion of the host component within the hostname. The URL’s port number is returned otherwise None if the port number is not present in the URL. Syntax: urlObject.port() Return: Returns the URL port number or None Example 1: In these examples, we have shown how the urlObject.port() method is able to extract the URL’s port number from the hostname. javascript
Output : 8080 Example 2 : javascript
Output : null |
Reffered: https://www.geeksforgeeks.org
Node.js |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |