Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jason Learns Javascript

Featured Replies

I really want to learn javascript for web development. I'll be using tutorials and posting my progress over the days.

 

http://ilearnjavascript.1-ws.com/

 

Day 1

 

Used a quick guide on W3School

<!DOCTYPE html>
<html>
<body>
<p id="java">Is javascript easy?</p>

<button type="button" onclick="textChange()">Click to get Jason's opinion</button>

<script>
function textChange()
{
document.getElementById("java").innerHTML="<b>Nope. smile.png</b>";
}
</script>

</body>
</html>


 

Day 2

<html>
<body>
<p id="java"></p>

<button type="button" onclick="textChange()">Click to get My opinion</button>

<script>
function textChange()
{
document.getElementById("java").innerHTML="No, it is not.</p>";
}
</script>
<p id"test">Swag</p>
<button type="button" onclick="textChange()">Spoiler</button>

<script>
function textChange()
{
document.getElementById("test").innerHTML:"swagger"
}
</script>


</body>
</html> 

Just played around and got nowhere today :)

Edited by Jason

Best of luck.

Try out Codeacademy, it's a really fun website to learn various languages on. Javascript is included there. 

 

Edited by Falixus

goodluck ill be USing that site also any day now, once im done with these lessons a friend is giving me

 

  • Author

Just curious, if you become a master scripter, will you mentor me?

 

Sure. But It will be a while.

Will be updating this soon

  • Author

Good luck with that looong and difficult journey!

 

Thanks it should speed up with the new job at Oracle.

  • 4 weeks later...

I learnt JavaScript while I was doing my course in college; it's not something that I really enjoyed but good luck anyway :).

  • 3 weeks later...
Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.