Nodejs is a #JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run Js on the server side creating server-side applications with js. In this article Iam creating our own HTTP web server using #NodeJS n HTTP built-in module
https://t.co/netgFJuwSb
If you’re new to React or want to learn more about using the useState hook, be sure to check out the resources available
I just published React useState Hook https://t.co/CoFIUBhOZP
#react#hooks#reacthook#usestate#reactjs
@Blogger_Aabi has written an article on cross-posting with Scattr. Do read the article and enjoy sharing your thoughts, insights and knowledge.
https://t.co/11LZCw6fFd
#Scattr#crossposting
@codersalman_ The main benefit of cross-posting is tht it saves ur time.Instead of creating separate pieces of content for each platform u can just share the same content on all the platforms.I just published a new article on benefits of crossposting do check it out👇 https://t.co/tdeBxBHDWT
Hey everyone! Exciting news🎉🎊
We're launching @ScattrHq in early beta 🚀
Scattr is the ultimate article cross-posting tool for you, If you're a content writer or someone who loves to share your thoughts and learning in the form of articles.
https://t.co/HNQt6fy2ms
In this article, I want to explore the SCSS features and improvements in CSS over the years. ... https://t.co/7vhhoBSViI
#CSS3#CSS#mixin#variable#NESTING
🤔How to Write Your First Blog Post?
✍️Writing a blog gets easier the more you practice. It’s important to focus on churning out your first blogs and doing it right. Then, you can get into the rhythm of regularly creating blog content that is high quality and engaging.
🧵👇TPs
6. Choose your tone and voice
7. Add strategic links
8. Add images, video, and interactive content
9. Encourage comments and feedback
And Don’t Rush 😅
#scattr#BloggingTips
In return you will get a true or false value based on the
result. So you use this code.
const checkUpperCase = (str) => str =str.toUpper Case()
In case of lowercase, you can just tweak this above
code to the one below:
const checkUpperCase (str) => str == str.toLowerCase()
Javascript #Oneliners
I came across an article while was
reading and found out some JavaScript one-liners. That
means while #JavaScript development, we can actually
do some tasks with just a single line for each. Here's a
list of 5 of them I found really beneficial.