How To Make A Simple PASSWORD PROTECTED Site With Javascript and Code.org's App Lab

Опубликовано: 05 Июль 2026
на канале: NerdTech
158
2

Hello, my name is Nerd Tech and today we are making a very simple PASSWORD PROTECTED site using a quite simple Javascript program using code.org's quite simple AppLab.

If this helped you out in ANY WAY please think about LEAVING A LIKE and if you need more help with JavaScript in code.org's app lab or any other type of code-related problem, be sure to SUBSCRIBE and hit that NOTIFICATION BELL to be sure to be notified every time I upload a tutorial.

If you need any tutorial, in particular, please let me know in the comments below and I will try and get back to you!

View The Code Here: https://studio.code.org/projects/appl... (Click View Code In The Top Right)

var connect=prompt("Connect With Me?")

connect;
if (connect==Yes) {
prompt("Follow My Instagram");
window.open("  / nerdtechyt  ");
}

If you didn't get that well here you go: CONNECT WITH ME?

Follow My Instagram:
  / nerdtechyt  

If you made it this far into the description you might as well leave a comment!

This Video Is Categorized As NOT Made For Kids Because Teenagers and Young Adults Are The Audiences That Are Trying To Learn To Do Code As Easy As Possible.