<s>
FuncJS	B-Language
is	O
an	O
open-source	B-Application
functions	O
only	O
JavaScript	B-Language
library	I-Language
that	O
aims	O
to	O
speed	O
up	O
web	O
development	O
time	O
in	O
the	O
JavaScript	B-Language
programming	I-Language
language	I-Language
by	O
providing	O
22	O
pre-written	O
functions	O
made	O
available	O
throughout	O
both	O
releases	O
.	O
</s>
<s>
FuncJS	B-Language
is	O
intended	O
to	O
allow	O
JavaScript	B-Language
programmers	O
to	O
get	O
the	O
basic	O
areas	O
completed	O
quickly	O
,	O
and	O
let	O
them	O
focus	O
on	O
more	O
larger	O
,	O
code-centric	O
areas	O
of	O
development	O
.	O
</s>
<s>
As	O
of	O
November	O
2012	O
,	O
FuncJS	B-Language
is	O
a	O
relatively	O
new	O
product	O
and	O
is	O
in	O
version	O
one	O
of	O
its	O
stable	O
release	O
.	O
</s>
<s>
In	O
January	O
2013	O
,	O
FuncJS	B-Language
2	O
was	O
released	O
which	O
got	O
rid	O
of	O
many	O
functions	O
,	O
and	O
renamed	O
some	O
functions	O
.	O
</s>
<s>
However	O
,	O
the	O
new	O
files	O
were	O
uploaded	O
onto	O
GitHub	B-Application
,	O
but	O
it	O
's	O
a	O
temporary	O
action	O
,	O
as	O
according	O
to	O
the	O
repository	O
's	O
README	O
file	O
.	O
</s>
<s>
FuncJS	B-Language
is	O
available	O
in	O
two	O
versions	O
;	O
minified	O
(	O
compressed	O
)	O
and	O
an	O
uncompressed	O
version	O
,	O
both	O
of	O
which	O
are	O
to	O
be	O
used	O
separately	O
from	O
each	O
other	O
.	O
</s>
<s>
Similar	O
to	O
other	O
JavaScript	B-Language
libraries	I-Language
,	O
FuncJS	B-Language
can	O
be	O
imported	O
onto	O
a	O
webpage	O
by	O
including	O
it	O
via	O
the	O
"	O
script	O
"	O
HTML	B-Language
tag	O
:	O
</s>
<s>
According	O
to	O
the	O
documentation	O
,	O
users	O
should	O
make	O
sure	O
FuncJS	B-Language
is	O
loaded	O
and	O
working	O
properly	O
on	O
their	O
webpages	O
by	O
checking	O
whether	O
the	O
browser	O
recognises	O
the	O
FuncJS	B-Language
object	O
:	O
</s>
<s>
Both	O
versions	O
of	O
FuncJS	B-Language
are	O
hosted	O
by	O
FuncJS	B-Language
itself	O
,	O
as	O
demo	O
's	O
suggest	O
that	O
FuncJS	B-Language
is	O
only	O
available	O
through	O
their	O
servers	O
.	O
</s>
<s>
However	O
,	O
although	O
FuncJS	B-Language
allows	O
users	O
to	O
download	O
a	O
local	O
copy	O
of	O
the	O
file	O
to	O
their	O
own	O
machines	O
,	O
it	O
deeply	O
encourages	O
that	O
users	O
import	O
FuncJS	B-Language
into	O
their	O
webpages	O
through	O
linking	O
it	O
via	O
a	O
URL	O
as	O
"	O
this	O
ensures	O
that	O
you	O
(	O
the	O
user	O
)	O
have	O
any	O
new	O
updates	O
to	O
the	O
file	O
made	O
available	O
to	O
you.	O
"	O
</s>
<s>
Since	O
function	O
's	O
from	O
FuncJS	B-Language
are	O
seen	O
by	O
the	O
browser	O
as	O
regular	O
functions	O
,	O
they	O
would	O
have	O
to	O
be	O
written	O
within	O
"	O
script	O
"	O
tags	O
and	O
would	O
be	O
checked	O
and	O
executed	O
by	O
the	O
browser	O
's	O
JavaScript	B-Language
engine	O
(	O
such	O
as	O
Google	B-Application
Chrome	I-Application
's	O
V8	O
JavaScript	B-Language
Engine	O
)	O
.	O
</s>
<s>
As	O
seen	O
by	O
the	O
documentation	O
's	O
,	O
function	O
's	O
from	O
FuncJS	B-Language
are	O
designed	O
to	O
fit	O
into	O
normal	O
JavaScript	B-Language
code	O
,	O
therefore	O
not	O
breaking	O
the	O
"	O
flow	O
"	O
of	O
writing	O
JavaScript	B-Language
code	O
.	O
</s>
<s>
As	O
seen	O
by	O
the	O
example	O
,	O
the	O
"	O
echo	O
"	O
function	O
can	O
be	O
considered	O
as	O
a	O
part	O
of	O
JavaScript	B-Language
,	O
similar	O
to	O
PHP	B-Application
.	O
</s>
