From d3fd310a32938c47ae58d68ae2fa7ebc6071c924 Mon Sep 17 00:00:00 2001 From: Felix Wu Date: Mon, 20 Aug 2018 15:09:02 +0200 Subject: [PATCH] Update pipeLog.md --- snippets/pipeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/pipeLog.md b/snippets/pipeLog.md index d28dfafdf..c106398b0 100644 --- a/snippets/pipeLog.md +++ b/snippets/pipeLog.md @@ -1,6 +1,6 @@ ### pipeLog -Use `console.log` in a pipeline as this function simply encloses it and returns the passed value. +Use `console.log` in a pipeline as this function simply encloses it and returns the passed value. This is especially useful for debugging when you want to log a variable's value before its usage. Logs a value and returns it.