Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Assign Properties
mdamyanova
Sep 22nd, 2016
194
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
assignProperties
(
input
)
{
let object
=
new
Object
(
)
;
object
[
input
[
0
]
]
=
input
[
1
]
;
object
[
input
[
2
]
]
=
input
[
3
]
;
object
[
input
[
4
]
]
=
input
[
5
]
;
console.
log
(
object
)
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
AuthController.php
PHP | 29 min ago | 4.50 KB
AuthService.php
PHP | 29 min ago | 3.80 KB
AuthService.php
PHP | 31 min ago | 3.57 KB
AuthController.php
PHP | 35 min ago | 4.12 KB
AuthService.php
PHP | 36 min ago | 4.05 KB
AuthController.php
PHP | 36 min ago | 1.24 KB
AuthService.php
PHP | 37 min ago | 2.55 KB
AuthController.php
PHP | 38 min ago | 4.70 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!