done code: 1
find wiki
:zero: how to use the free code camp wiki
:one: wiki become a mod
:two: wiki contribute local gui
:three: wiki contribute online
:four: wiki labels guide
:five: wiki style guide
:six: wiki template challenge solution
:seven: wiki template javascript
:eight: wiki
:nine: medium example wiki article
done code: 0
:triangular_flag_on_post: Remember to use Read-Search-Ask
if you get stuck. Try to pair program :busts_in_silhouette: and write your own code :memo:
Explain what is asked, in an easy to understand and detailed way.
:pencil: read more about wiki template challenge solution on the FCC Wiki
Hi, I'm CamperBot! I can help you in this chatroom :smile:
find TOPIC
find all entries about topic. ex: find js
wiki TOPIC
show contents of topic pagethanks @username
send brownie points to another userabout @username
shows info on that userAlgorithm BONFIRENAME
info on a Algorithm:speech_balloon: meet CamperBot in this room!
function pair(str) {
return str;
}
pair("GCG");
The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.
more info:
bf details
|bf links
|hint
119657641
Please note that the video for this challenge is a little outdated, and doesn't perfectly match these steps. We plan to record a new video soon.
more info:
bf details
|bf links
|hint
function pair(str) {
return str;
}
pair("GCG");
The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.
more info:
bf details
|bf links
|hint