Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Updated Live Development: Research for live JavaScript (markdown)
authored
Apr 26, 2013
by
njx
Hide whitespace changes
Inline
Side-by-side
Live-Development:-Research-for-live-JavaScript.md
View page @
dce54d0f
...
@@ -245,7 +245,7 @@ and call `doubleIt` from `logIt`:
...
@@ -245,7 +245,7 @@ and call `doubleIt` from `logIt`:
```
javascript
```
javascript
log
(
t
.
name
+
"
is
"
+
t
.
doubleAge
+
"
years old and his weapon of choice is
"
+
t
.
np
+
"
"
+
doubleIt
(
4
,
5
));
log
(
t
.
name
+
"
is
"
+
t
.
doubleAge
+
"
years old and his weapon of choice is
"
+
t
.
np
+
"
"
+
doubleIt
(
4
,
5
));
```
```
Click Reset Thing on the page, then click Logger. You'll see that doubleIt was successfully added to the page.
Click Reset Thing on the page, then click Logger. You'll see that doubleIt was successfully added to the page.
...
...
...
...