get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
A: return ["A","T"]
T:return ["T","A"]
C:return ["C","G"]
G:return ["G","C"]
ericmiller777 sends brownie points to @gersho :sparkles: :thumbsup: :sparkles:
:cookie: 399 | @gersho |http://www.freecodecamp.com/gersho
ericmiller777 sends brownie points to @just1witness :sparkles: :thumbsup: :sparkles:
:cookie: 321 | @just1witness |http://www.freecodecamp.com/just1witness
just1witness sends brownie points to @ericmiller777 :sparkles: :thumbsup: :sparkles:
:cookie: 282 | @ericmiller777 |http://www.freecodecamp.com/ericmiller777
darrenfj sends brownie points to @just1witness :sparkles: :thumbsup: :sparkles:
:cookie: 322 | @just1witness |http://www.freecodecamp.com/just1witness
just1witness sends brownie points to @darrenfj :sparkles: :thumbsup: :sparkles:
:star2: 2006 | @darrenfj |http://www.freecodecamp.com/darrenfj
.wiki-link:hover{
transform:scale(1.2);
color:purple;
}
$(".wiki-link").css({"text-decoration":"none","transition-property":"all","transition-duration":"1.3s","color":"rgb(40, 105, 255)"});
just1witness sends brownie points to @darrenfj :sparkles: :thumbsup: :sparkles:
:warning: just1witness already gave darrenfj points
.wiki-link:hover{
text-decoration:none;
color:rgb(0,96,252);
font-size: 1.5em;
}
@Liuvvvvv
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
create a div tag with class="row"
</div>
transition:all 1.3s;
is working but in case of text i would use text-size property instead of scale
@AmitP88 well if you are using it
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see http://www.gnu.org/licenses/.
the owner of the code wants you to do this.
hmm I guess they removed that user story, nevermind. Might be something good to implement though for completeness if you have time:
User Story: I will see a placeholder notification if a streamer has closed their Twitch account (or the account never existed). You can verify this works by adding brunofin and comster404 to your array of Twitch streamers.
just1witness sends brownie points to @cmccormack :sparkles: :thumbsup: :sparkles:
:star2: 1181 | @cmccormack |http://www.freecodecamp.com/cmccormack
just1witness sends brownie points to @sjames1958gm :sparkles: :thumbsup: :sparkles:
:star2: 8435 | @sjames1958gm |http://www.freecodecamp.com/sjames1958gm
$("button").addClass("animated shake btn-primary");
you have three classes (seperated by spaces) in your button
selector but none in the other two selectors .btn
and #target1
josebuendia sends brownie points to @cmccormack :sparkles: :thumbsup: :sparkles:
:star2: 1182 | @cmccormack |http://www.freecodecamp.com/cmccormack
https://cdn.rawgit.com/darkskyapp/skycons/41ff9332/skycons.js
$("#target1")prop('disabled', true)
josebuendia sends brownie points to @korzo :sparkles: :thumbsup: :sparkles:
:cookie: 448 | @korzo |http://www.freecodecamp.com/korzo
<i class="....">......</i>
daddycardona sends brownie points to @just1witness and @sjames1958gm :sparkles: :thumbsup: :sparkles:
:star2: 8437 | @sjames1958gm |http://www.freecodecamp.com/sjames1958gm
:cookie: 324 | @just1witness |http://www.freecodecamp.com/just1witness
<script>
tags in js without the actual tags</script>
in the html tag
$.getJSON("/json/cats.json",
:cookie: 328 | @daddycardona |http://www.freecodecamp.com/daddycardona
aaronooooo sends brownie points to @daddycardona :sparkles: :thumbsup: :sparkles:
gersho sends brownie points to @daddycardona :sparkles: :thumbsup: :sparkles:
:cookie: 329 | @daddycardona |http://www.freecodecamp.com/daddycardona
gersho sends brownie points to @engjell00 :sparkles: :thumbsup: :sparkles:
:cookie: 98 | @engjell00 |http://www.freecodecamp.com/engjell00
<>
as if you did not close something correctly
<h1>hello world</h1>
type that in