mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 19:14:59 +00:00
remove redundant wiki links in tiddlers
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
created: 20130825142100000
|
||||
modified: 20131214090859260
|
||||
modified: 20140211195324716
|
||||
tags: definitions
|
||||
title: JavaScript
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
JavaScript is a computer language that was originally introduced by browsers as a way of scripting web pages. At first it was considered a poorly designed toy, but over the years has become recognised as a powerful language in its own right, and has been adopted widely beyond the browser.
|
||||
~JavaScript is a computer language that was originally introduced by browsers as a way of scripting web pages. At first it was considered a poorly designed toy, but over the years has become recognised as a powerful language in its own right, and has been adopted widely beyond the browser.
|
||||
|
||||
JavaScript looks like this:
|
||||
~JavaScript looks like this:
|
||||
|
||||
```
|
||||
function circleArea(radius) {
|
||||
|
||||
Reference in New Issue
Block a user