Untold Coding
32.2K subscribers
177 photos
5 videos
4 files
227 links
|| जय श्री राम ||
#100dayschallenge
Sharing HTML, CSS and JS magic
Join our Creative Journey!🎉
Download Telegram
Check now video on Instagram 🖇️
Thankyou for your Love and Support ❤️🫶
Finally we are 100k family on Instagram 🫶
🚨🚨
Topic : Download Button With Custom Timer

Source code 👇
https://youtu.be/UaQsc33UdNE

Keep Supporting ❤️
Day : 122 | 100 Days 100 Projects Challenge

Topic : Next Level Portfolio

Video 👇
https://www.instagram.com/reel/C4LC0Mhv9dx/?igsh=aHZ6YzZxbm5vOGlu


Source code link 👇
https://github.com/vishaltewatia/Best-Portfolio


Join group
https://chat.whatsapp.com/HXh5cAaCfpT9qmWgy2uYyG


Thank you for supporting us! 🙌

Give your Feedback regarding this post, hope you like it ❤️
Part : 01

Topic : Html , CSS, Javascript Interview Questions


Video 👇
https://www.instagram.com/reel/C4dDVxzPPkD/?igsh=dzR2bmdtcno2ZzNh


Pdf link 👇
https://github.com/vishaltewatia/Html-CSS-JS-Interview-Question/blob/main/untoldCoding.pdf


Join group
https://chat.whatsapp.com/HXh5cAaCfpT9qmWgy2uYyG


Thank you for supporting us! 🙌

Give your Feedback regarding this post, hope you like it ❤️
Topic : Project Based Learning

Video 👇
https://www.instagram.com/reel/C4sf16qP2u3/?igsh=MTlkbXN5dmdkaWJ5dw==


Website Link 👇
https://github.com/practical-tutorials/project-based-learning


Join group on WhatsApp
https://chat.whatsapp.com/HXh5cAaCfpT9qmWgy2uYyG


Thank you for supporting us! 🙌

Give your Feedback regarding this post, hope you like it ❤️
Express your Feelings

Source Code
https://youtu.be/EXKGLRs_cCw
Happy Holi💜💚💛❤️🩷
Full Stack UntoldCoding.pdf
161.7 KB
Full Stack UntoldCoding.pdf
According to you which is better Learning from YouTube or Offline Coaching with placement support in affordable price?
?
Anonymous Poll
67%
YouTube
33%
Offline
Choose which videos you want on Untoldcoding channel 👆👆👆
We should start imp gate questions quiz?
Anonymous Poll
85%
Yes
15%
No
Char ch = 21;
ch = ch<<3;
printf("%d",ch); What is the output ( ) //Ignore typing error
Anonymous Quiz
27%
34
24%
-88
14%
-68
35%
18
What is the output of this program?

#include <stdio.h>
int main() {
printf("%d", printf("ABCD"));
return 0;
}