pk_stack's profile picture. Crafting engaging content on #JavaScript, #CSS, and #HTML for the Twitter community. Here to make web development more accessible and enjoyable for all.

Hassi

@pk_stack

Crafting engaging content on #JavaScript, #CSS, and #HTML for the Twitter community. Here to make web development more accessible and enjoyable for all.

Check out this #JavaScript code. What will it log? console.log(2 + true);


Is there any friend from the #100DaysOfCode community here? If yes, let me know I will treat them to coffee ST. George's circus square Near Westminster and Waterloo London.


Thought I knew JavaScript until I saw an array acting like a linked list. Now I'm questioning everything. Is my coffee cup really a cup or just an object with a 'holdCoffee' method? #javascript


How has AI, or Artificial Intelligence, transformed industries and businesses? For a comprehensive overview of its real-world applications and future implications, my friend has written an insightful piece. It's definitely worth a read! #ArtificialIntelligence #TechTrends


"Hey #designers! 🚀 Which #css library do you prefer to use for your projects? Reply with your choice or comment if your preferred one isn't listed. Let's see which one takes the lead! #WebDev #CodeNewbie #100DaysOfCode #HTML


What will be the output? #javascript

pk_stack's tweet image. What will be the output? #javascript


JavaScript, initially designed for client-side scripting in web browsers, has found a role in backend development, largely due to Node.js - a JavaScript runtime that executes JS on the server side. In a world where speed and real-time updates matter, JavaScript shines with its…


Frosted Glass Effect - CSS <!DOCTYPE html> <html> <head> <title>Page Title</title> <style> body { background-color: #ADD8E6; height: 100vh; display: flex; align-items: center; justify-content: center; } .frosted-glass { width: 300px; height: 200px; background:…

pk_stack's tweet image. Frosted Glass Effect - CSS

&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;Page Title&amp;lt;/title&amp;gt;
&amp;lt;style&amp;gt;
body {
  background-color: #ADD8E6;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frosted-glass {
  width: 300px;
  height: 200px;
  background:…

Finding duplicate elements in an array This code uses a Map to find duplicate elements in an array.

pk_stack's tweet image. Finding duplicate elements in an array

This code uses a Map to find duplicate elements in an array.

#Ashes23 #ENGvAUS #100DaysOfCode 🚀 ES6 Challenge: What will this JavaScript code return?

pk_stack's tweet image. #Ashes23 #ENGvAUS #100DaysOfCode

🚀 ES6 Challenge: What will this JavaScript code return?

🎯 JS Challenge: What does this JavaScript code output? #MondayMood #MondayMotivaton console.log([1,2,3,4,5].reduce((accumulator, currentValue) => accumulator + currentValue));


#MondayMotivation 💡 JavaScript Challenge: Can you predict the output of this code?

pk_stack's tweet image. #MondayMotivation 
💡 JavaScript Challenge: Can you predict the output of this code?

🎩 JS Trick Question: What's the output of this code? Hint: Closure might be involved! 🧩

pk_stack's tweet image. 🎩 JS Trick Question: What&apos;s the output of this code?
Hint: Closure might be involved! 🧩

💻 JavaScript Pop Quiz: What will be logged to the console?

pk_stack's tweet image. 💻 JavaScript Pop Quiz: What will be logged to the console?

What is the difference between Call & Apply in javascript?


What is the reason for wrapping the entire content of a JavaScript source file in a function book?


"Hey #JavaScript Developers! 🚀 Which JavaScript framework/library do you prefer to use for your projects? Reply with your choice or comment if your preferred one isn't listed. Let's see which one takes the lead! #WebDev #CodeNewbie #100DaysOfCode"


📚 "Just implemented a basic stack data structure in #JavaScript. Here's a sneak peek:" class Stack { constructor() { this.stack = []; } // Pushes a value onto the end of the stack push(value) { this.stack.push(value); } // Removes and returns the value at…


Loading...

Something went wrong.


Something went wrong.