Wow, AudioGuru! How did you know ?!
I AM using a 74ls76n jk flip flop.
It could have something to do with the fact that you mentioned it in your first post (and that I missed it)
A clock pulse is a logic signal which goes from one state to the other, then back again. The edges are fast and it has a duration at least "long enough" for the device bring triggered. Long enough is typically some small number of ns, but the pulse is normally longer.
In the case of your chip, most stuff happens on the rising edge of the clock pulse (the exception being some stuff with the preset and clear inputs -- which are asynchronous but have some interaction with the falling clock edge, but let's not talk about that).
This is a low power Schottky TTL chip (that's the LS in the chip name). The important part is the TTL bit. This means that any input below about 0.8V is considered a logic low level. Anything above 2.4V is a logic high level. Leaving an input disconnected will result in the input seeing a logic high level.
If power is applied, the outputs are connected via a resistor and a LED to the positive rail, these LEDs will illuminate when the outputs are LOW. After applying power either one of the LEDs will be illuminated.
If you connect (for a moment) either the preset or clear to ground, the outputs will go into one of two known states. It doesn't matter if you connect the set just once to ground, or many times to ground, it either changes to or starts in the set state.
If you connect a SPDT switch so that the common is connected to ground and the other two connections are set and reset, then the output of the flip flop will match the switch position. This might not seem like any sort of achievement, but it removes many random transitions caused by contact bounce. What you have created is a way to generate fast, clean logic level transitions -- the major requirement for a clock signal.
If you disconnect one of the LEDs from the output and connect this to the clock input of the other flip flop, the remaining LED will be illuminated when the clock is high.
Now you can connect LEDs to the output of the other flip flop, and switches between the other inputs of the second flip flop and ground. With these and the clock input you can investigate the behaviour of the flip flop.
Try to reproduce and confirm the behaviour that is listed in the datasheet.