Introduction
Welcome to Day 2 of your JavaScript journey! Yesterday, we set up our development environment and wrote our first lines of ...
For further actions, you may consider blocking this person and/or reporting abuse
You're missing
BigInt
from the primitive data types.Thank you so much for your kind words and feedback! π I'm thrilled to hear that you found the post helpful. Your support means a lot to me. If you enjoyed this post, please consider subscribing to my YouTube channel devDive with Dipak for more content. Donβt forget to share it with your friends and help spread the word. Your support helps me to continue creating valuable content. Thanks again! π
Nothing says 'I respect my readers' more than what seems to be an automated reply. You might want to reconsider this approach.
Hi Jon Randy,
I apologize if my previous response came off as impersonal. I truly appreciate your engagement and pointing out the omission of BigInt from the primitive data types. This kind of constructive feedback is invaluable and helps improve the quality of my posts.
I will make sure to update the post to include BigInt. Thank you for taking the time to read and comment. Your support is important to me, and Iβll strive to be more responsive and personalized in my future interactions.
Dear, your several code lines don't implement. Why ? When a curious comes here, it's for learning purposes. You must not write something which is false or biased. Any line doesn't saddenly match. This can put content worth down.
thanks @heyeasley , Can you suggest me what is wrong in it? That will be helpful.
Thank. How do I implement all examples written on this page ? When I write them my EDI, it doesn't work, I use Microsoft Visual Basic. Of course, It isn't EDI's hustle.
Thanks for your feedback @heyeasley . I'm glad you're exploring the examples from my blog. Here are some steps to help you implement the JavaScript examples from my post in Microsoft Visual Studio Code:
Install Visual Studio Code:
If you haven't already, download and install Visual Studio Code from here.
Set Up Your Project:
File > Open Folder
.Create an HTML File:
index.html
.index.html
file:Create a JavaScript File:
script.js
.script.js
file.Run Your Code:
index.html
file in your browser. You can do this by right-clicking the file in Visual Studio Code and selectingOpen with Live Server
(if you have the Live Server extension installed) or simply by dragging theindex.html
file into your browser.F12
or right-clicking on the page and selectingInspect
, then going to theConsole
tab) to see the output of your JavaScript code.Here's an example of what your
script.js
file might look like with one of the examples from my blog:Feel free to let me know if you run into any issues or need further assistance. I'm here to help!
OK. Thanks you too much.
Your welcome
interesting.
Thank you so much for your kind words and feedback! π I'm thrilled to hear that you found the post helpful. Your support means a lot to me. If you enjoyed this post, please consider subscribing to my YouTube channel devDive with Dipak for more content. Donβt forget to share it with your friends and help spread the word. Your support helps me to continue creating valuable content. Thanks again! π
Next part -> Day - 3