Project Codes and Other Resources
3.3K subscribers
27 photos
110 videos
149 files
135 links
Here, I will provide Project codes, Notes & other resources.

Never Stop LearningπŸ’―πŸ˜ˆ

Social Media : https://linktr.ee/developer_pani
Download Telegram
Sometimes, due to my busy work, I may post the code at a later time. If you need the code urgently, you can get it from my GitHub account.

Link : https://github.com/Pinaka-Pani-18
🀩7πŸ‘Œ3😍2πŸ’”1
Project Codes and Other Resources pinned Β«Sometimes, due to my busy work, I may post the code at a later time. If you need the code urgently, you can get it from my GitHub account. Link : https://github.com/Pinaka-Pani-18Β»
50 HTML CCS JavaScript Projects ideas along with source codeπŸ‘‡

https://developerpani.blogspot.com/2023/06/50-html-css-javascript-project-ideas.html
😍9❀‍πŸ”₯3πŸ‘¨β€πŸ’»2πŸŽ‰1
What will be the output for the following code?
Anonymous Quiz
21%
1st 2nd 3rd 4th
41%
2nd 4th 3rd 1st
26%
2nd 3rd 4th 1st
12%
4th 3rd 2nd 1st
πŸ‘Œ3😍1
πŸ‘¨β€πŸ’»4🀩2πŸŽ‰1
Project Codes and Other Resources
What will be the output for the following code?
Answer: 2nd 4th 3rd 1st

First the "2nd" is printed with the console.log, then even with a time delay of 0ms, the "4th" is printed before the "3rd" because JS executes setTimeout with the Web API, and so the entire function is executed first. Lastly, after a delay of 2000ms, the "1st" is printed.
πŸ‘Œ2
Quiz Time 😁

What will be the output for the following code? πŸ€”
Anonymous Quiz
29%
3
8%
0
34%
Error
29%
5
😍1🀣1πŸ’”1
🫑8πŸ‘¨β€πŸ’»7
Project Codes and Other Resources
Photo
Answer: 5

In Javascript, true is considered as the number 1 when used in any arithmetic expression, hence the expression evaluates to 5.
πŸ‘Œ8🀣2
This media is not supported in your browser
VIEW IN TELEGRAM
Application form Using HTML & CSS

Download Source code :
https://developerpani.blogspot.com/2023/06/application-form-using-html-css.html
❀‍πŸ”₯1πŸŽ‰1😍1🫑1
This media is not supported in your browser
VIEW IN TELEGRAM
Neumorphism Effect on Social Media Icons Using HTML & CSS

Download Source code :
https://developerpani.blogspot.com/2023/06/neumorphism-effect-on-social-media.html
❀‍πŸ”₯3πŸ‘Œ1