j res
update
to reload it here
See Also: :watch: Challenges | :wrench: Exercises | :clipboard: Editors | :green_book: Blogs
:pencil: read more about javascript resources on the FCC Wiki
javascript fundamental
update
to reload it here
Submodule path 'data/fcc.wiki': checked out 'e79d1539ec9eee8b8d7c79ec0ebc22279478263d'
done code: 0
First do it, then do it right, then do it better. This is one fundamental I always keep in mind when developing anything.
If you're a developer wishing to learn something new, regardless of skill-level, remember that as important as it is to read, it's equally as important to get out there and do.
Create a new gist or JSBin, pop open the console and experiment. It's effing fun.
— Addy Osmani
:pencil: read more about javascript fundamental on the FCC Wiki
:star: 99 | @dcsan | http://www.freecodecamp.com/dcsan
Submodule path 'data/fcc.wiki': checked out 'c1cba1b0bad1002d926b83fe23a5970065a01729'
Already up-to-date.
done code: 0
See Also: :watch: Challenges | :wrench: Exercises | :clipboard: Editors | :green_book: Blogs | :books: Books
js link
update
to reload it here
Links to useful RegEx resources.
See also: Regex Tutorials | Testing | Games | Blogs | Software
es6
update
to reload it here
Submodule path 'data/fcc.wiki': checked out 'b721918fd6278c4c7cf4b3a730ce3e60b3314bce'
Updating b721918..f7f944f
Fast-forward
Write-and-Run-ES6-Code-in-Browser.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
done code: 0
Include the following code in the page.
<!-- Write these first. Here `bootstrap.js` doesn't mean Twitter Bootstrap. -->
<script src="https://google.github.io/traceur-compiler/bin/traceur.js"></script>
<script src="https://google.github.io/traceur-compiler/src/bootstrap.js"></script>
<!-- Edit the src. Write `type="module"` (important) for linked script -->
<script src="app.js" type="module"></script>
<!-- Remember to write `type="module"` for embedded script -->
<script type="module">
//→ write your script here
</script>
See: https://github.com/google/traceur-compiler/wiki/Getting-Started
:pencil: read more about write and run es6 code in browser on the FCC Wiki
Already up-to-date.
done code: 0
Include the following code in the page.
<!-- Write these first. Here `bootstrap.js` doesn't mean Twitter Bootstrap. -->
<script src="https://google.github.io/traceur-compiler/bin/traceur.js"></script>
<script src="https://google.github.io/traceur-compiler/src/bootstrap.js"></script>
<!-- Edit the src. Write `type="module"` (important) for linked script -->
<script src="app.js" type="module"></script>
<!-- Remember to write `type="module"` for embedded script -->
<script type="module">
//→ write your script here
</script>
See: https://github.com/google/traceur-compiler/wiki/Getting-Started
:pencil: read more about write and run es6 code in browser on the FCC Wiki
done code: 0
Include the following code in the page.
<!-- Write these first. Here `bootstrap.js` doesn't mean Twitter Bootstrap. -->
<script src="https://google.github.io/traceur-compiler/bin/traceur.js"></script>
<script src="https://google.github.io/traceur-compiler/src/bootstrap.js"></script>
<!-- Edit the src. Write `type="module"` (important) for linked script -->
<script src="app.js" type="module"></script>
<!-- Remember to write `type="module"` for embedded script -->
<script type="module">
//→ write your script here
</script>
See: https://github.com/google/traceur-compiler/wiki/Getting-Started
:pencil: read more about write and run es6 code in browser on the FCC Wiki