Here is a simple conversation between Teacher and student. Teacher: Good morning, Sarah. How are you today? Student: Good morning, Mrs. Smith. I’m doing well,
Here’s a simple program in JavaScript that can help you find the IP address of the device running the code:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<html> <head> <title>Find your IP Address using JavaScript</title> <script> // using api.ipify.org to get the public ip address // using JavaScript Fetch API to perform HTTP Request fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => document.getElementById("response").innerHTML = data.ip) .catch(error => console.error(error)); </script> </head> <body> Your Public IP Address is: <span id="response"></span> </body> </html> |
This program uses the
In this post, I am will show you to write a simple JavaScript function to print Floyd’s Triangle pattern. If you don’t know what is
Here is an example Java Program that shows how to print a Rectangle Pattern. This program is useful for school/college kids those who are learning
In this post, I will show you how to write a simple Java Program to generate Random First & Last Names and print them on
Let us see how to write a simple PHP program to calculate EMI. This program can be used to calculate Home Loans, Car Loans &
Here is a list of 50 Useful English Sentences to Learn: “The sun is shining brightly in the sky.” “I am going to the store
Passive income is a form of income that is earned with minimal ongoing effort or work required to maintain it. This can include things like
In this post, I am going to write a Simple Guessing game in PHP. If you are a beginner or a college/school kid you can
In this post, I am going to write a Simple Java program to Calculate EMI This program takes the principal amount, interest rate, and loan