UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
tools
/
omelox-cli
/
test
/
proto.js
15 lines
(10 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var
obj =
function
(
){
this
.
app
=
1
; } obj.
prototype
.
add
=
function
(
){ }
var
a =
new
obj
();
console
.
log
(a);
for
(
var
key
in
a){
console
.
log
(key); }