Logo
Explore Help
Sign In
gaspersic/freeCodeCamp
1
0
Fork 0
You've already forked freeCodeCamp
Code Issues Pull Requests Projects Releases Wiki Activity
Files
91df817cfe8a0de2c895dc1e3a69ce2101c79e79
freeCodeCamp/guide/english/certifications/javascript-algorithms-and-data-structures/es6/reuse-javascript-code-using-import/index.md

19 lines
352 B
Markdown
Raw Normal View History

fix(guide) add stubs, update spellings and prepare for move (#36531) * fix(guide) add stubs and correct file path misspellings and pr… (#36528) * fix: corrected file path to match curriculum * fix: renamed to newer challenge name * fix: added solutions to articles from challenge files * fix: added missing .english to file name * fix: added missing title to guide article * fix: correct solution for guide article * fix: replaced stub with hint * fix: added space in Hint headers * fix: added solution to guide article * fix: added solution to guide article * test: replaced stub with hint and solution * fix: add Problem number: to title * fix: changed generatorexponential to correct name * fix: renamed knight's tour to knights-tour * fix: updated guide article
2019-07-30 00:25:58 +05:30
---
title: Reuse Javascript Code Using import
---
# Reuse Javascript Code Using import
---
## Solutions
<details><summary>Solution 1 (Click to Show/Hide)</summary>
```javascript
import { uppercaseString, lowercaseString } from './string_functions.js';
// add code above this line
uppercaseString("hello");
lowercaseString("WORLD!");
```
</details>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 257ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API